class Dsapi::Operations::ParseJsonResponse
Public Instance Methods
call(response_body)
click to toggle source
# File lib/dsapi/operations/parse_json_response.rb, line 11 def call(response_body) hash = JSON.parse response_body Success(hash) end