Class: Zuora::Rest::ErrorResponse
- Inherits:
-
Errors::GenericError
- Object
- Errors::GenericError
- Zuora::Rest::ErrorResponse
- Defined in:
- lib/zuora/rest.rb
Overview
Non-success response
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(message = nil, response = nil) ⇒ ErrorResponse
constructor
A new instance of ErrorResponse.
Constructor Details
#initialize(message = nil, response = nil) ⇒ ErrorResponse
Returns a new instance of ErrorResponse.
15 16 17 18 |
# File 'lib/zuora/rest.rb', line 15 def initialize( = nil, response = nil) super() @response = response end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
13 14 15 |
# File 'lib/zuora/rest.rb', line 13 def response @response end |