Exception: Shipay::NotFound

Inherits:
ResponseError show all
Defined in:
lib/shipay/errors.rb

Instance Attribute Summary collapse

Attributes inherited from ResponseError

#error, #request_params

Instance Method Summary collapse

Constructor Details

#initialize(response, request_params, error) ⇒ NotFound



30
31
32
33
# File 'lib/shipay/errors.rb', line 30

def initialize(response, request_params, error)
  @response = response
  super request_params, error
end

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



29
30
31
# File 'lib/shipay/errors.rb', line 29

def response
  @response
end