Class: WebService::Simple::Parser::JSON::Pure

Inherits:
WebService::Simple::Parser show all
Defined in:
lib/web_service/simple/parser/json/pure.rb

Instance Method Summary collapse

Instance Method Details

#parse_response(response) ⇒ Object



9
10
11
# File 'lib/web_service/simple/parser/json/pure.rb', line 9

def parse_response(response)
  ::JSON.parse response.content
end