Class: Powells::Response

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/powells/response.rb

Instance Method Summary collapse

Instance Method Details

#to_hObject



6
7
8
# File 'lib/powells/response.rb', line 6

def to_h
  JSON.parse(body)
end