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.
14 15 16 17 |
# File 'lib/zuora/rest.rb', line 14 def initialize( = nil, response = nil) super() @response = response end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
12 13 14 |
# File 'lib/zuora/rest.rb', line 12 def response @response end |