Exception: ZuoraAPI::Exceptions::ZuoraAPISessionError
- Defined in:
- lib/zuora_api/exceptions.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
readonly
Returns the value of attribute code.
-
#default_message ⇒ Object
writeonly
Sets the attribute default_message.
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ ZuoraAPISessionError
constructor
A new instance of ZuoraAPISessionError.
- #to_s ⇒ Object
Constructor Details
#initialize(message = nil) ⇒ ZuoraAPISessionError
Returns a new instance of ZuoraAPISessionError.
10 11 12 13 |
# File 'lib/zuora_api/exceptions.rb', line 10 def initialize( = nil) = = "Error with Zuora Session." end |
Instance Attribute Details
#code ⇒ Object (readonly)
Returns the value of attribute code.
7 8 9 |
# File 'lib/zuora_api/exceptions.rb', line 7 def code @code end |
#default_message=(value) ⇒ Object (writeonly)
Sets the attribute default_message
8 9 10 |
# File 'lib/zuora_api/exceptions.rb', line 8 def (value) = value end |
#response ⇒ Object (readonly)
Returns the value of attribute response.
7 8 9 |
# File 'lib/zuora_api/exceptions.rb', line 7 def response @response end |
Instance Method Details
#to_s ⇒ Object
15 16 17 |
# File 'lib/zuora_api/exceptions.rb', line 15 def to_s || end |