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.



183
184
185
# File 'lib/eBayAPI.rb', line 183

def initialize(response)
  @resp = response
end

Instance Attribute Details

#respObject (readonly)

Returns the value of attribute resp.



181
182
183
# File 'lib/eBayAPI.rb', line 181

def resp
  @resp
end