Method: ApiAdaptor::Response#to_hash

Defined in:
lib/api_adaptor/response.rb

#to_hashHash

Returns the parsed JSON response as a hash

Returns:

  • (Hash)

    Parsed JSON response



228
229
230
# File 'lib/api_adaptor/response.rb', line 228

def to_hash
  parsed_content
end