Class: Coach4rb::JsonResponseParser

Inherits:
ResponseParser show all
Defined in:
lib/coach4rb/json_response_parser.rb

Instance Method Summary collapse

Instance Method Details

#parse(response) ⇒ Object



5
6
7
# File 'lib/coach4rb/json_response_parser.rb', line 5

def parse(response)
  JSON.parse response, symbolize_names: true
end