Class: Net::HTTPResponse
- Inherits:
-
Object
- Object
- Net::HTTPResponse
- Defined in:
- lib/codewars_api/helpers/request_helper.rb
Instance Method Summary collapse
Instance Method Details
#to_h ⇒ Object
45 46 47 |
# File 'lib/codewars_api/helpers/request_helper.rb', line 45 def to_h JSON.parse(body).to_h end |