Class: Net::HTTPResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/codewars_api/helpers/request_helper.rb

Instance Method Summary collapse

Instance Method Details

#to_hObject



45
46
47
# File 'lib/codewars_api/helpers/request_helper.rb', line 45

def to_h
  JSON.parse(body).to_h
end