Exception: EBay::Error::ApplicationError
- 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
-
#resp ⇒ Object
readonly
Returns the value of attribute resp.
Instance Method Summary collapse
-
#initialize(response) ⇒ ApplicationError
constructor
A new instance of ApplicationError.
Constructor Details
#initialize(response) ⇒ ApplicationError
Returns a new instance of ApplicationError.
166 167 168 |
# File 'lib/eBayAPI.rb', line 166 def initialize(response) @resp = response end |
Instance Attribute Details
#resp ⇒ Object (readonly)
Returns the value of attribute resp.
164 165 166 |
# File 'lib/eBayAPI.rb', line 164 def resp @resp end |