Method: GmanClient::Utility#convert_payload

Defined in:
lib/gman_client/utility.rb

#convert_payload(response) ⇒ Object



22
23
24
25
26
# File 'lib/gman_client/utility.rb', line 22

def convert_payload(response)
  response.map do |hash_request|
    Hashie.symbolize_keys!(hash_request.to_h)
  end
end