Exception: Service::Client::ResponseError

Inherits:
Error
  • Object
show all
Defined in:
lib/service-client/response_error.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ ResponseError

Returns a new instance of ResponseError.



4
5
6
# File 'lib/service-client/response_error.rb', line 4

def initialize(response)
  @response = response
end

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



2
3
4
# File 'lib/service-client/response_error.rb', line 2

def response
  @response
end