Module: Requests::JsonHelpers
- Defined in:
- lib/generators/json_voorhees/setup_app/templates/json_helpers.rb
Instance Method Summary collapse
Instance Method Details
#json ⇒ Object
3 4 5 |
# File 'lib/generators/json_voorhees/setup_app/templates/json_helpers.rb', line 3 def json @json = JSON.parse(response.body) end |