Exception: Quintype::API::ClientException
- Inherits:
-
Exception
- Object
- Exception
- Quintype::API::ClientException
- Defined in:
- lib/quintype/api/client.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(message, response) ⇒ ClientException
constructor
A new instance of ClientException.
Constructor Details
#initialize(message, response) ⇒ ClientException
Returns a new instance of ClientException.
5 6 7 8 |
# File 'lib/quintype/api/client.rb', line 5 def initialize(, response) super() @response = response end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
3 4 5 |
# File 'lib/quintype/api/client.rb', line 3 def response @response end |