class Sinch::Response::Base

Base Sinch API Response

Attributes

response[RW]

Public Instance Methods

json() click to toggle source
# File lib/sinch/response/base.rb, line 11
def json
  return {} unless success?
  response.parsed_response.to_json
end