Exception: EBay::Error::ApplicationError

Inherits:
Error
  • Object
show all
Defined in:
lib/eBayAPI.rb

Overview

Raised if a call returns with <Ack>Failure</Ack>. The resp attribute contains the full failed response.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ ApplicationError

Returns a new instance of ApplicationError.



161
162
163
# File 'lib/eBayAPI.rb', line 161

def initialize(response)
  @resp = response
end

Instance Attribute Details

#respObject (readonly)

Returns the value of attribute resp.



159
160
161
# File 'lib/eBayAPI.rb', line 159

def resp
  @resp
end