Exception: QstClient::Exception
- Inherits:
-
Exception
- Object
- Exception
- QstClient::Exception
- Defined in:
- lib/qst_client.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(response) ⇒ Exception
constructor
A new instance of Exception.
Constructor Details
#initialize(response) ⇒ Exception
Returns a new instance of Exception.
24 25 26 |
# File 'lib/qst_client.rb', line 24 def initialize(response) @response = response end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
23 24 25 |
# File 'lib/qst_client.rb', line 23 def response @response end |