class GdsApi::Response

def method_missing(method)

def method_missing(method)
  to_ostruct.send(method)
end