Exception: Insightly2::Errors::ClientError
- Inherits:
-
StandardError
- Object
- StandardError
- Insightly2::Errors::ClientError
- Defined in:
- lib/insightly2/errors/client_error.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(response:) ⇒ ClientError
constructor
A new instance of ClientError.
Constructor Details
#initialize(response:) ⇒ ClientError
Returns a new instance of ClientError.
5 6 7 |
# File 'lib/insightly2/errors/client_error.rb', line 5 def initialize(response:) @response = response end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
4 5 6 |
# File 'lib/insightly2/errors/client_error.rb', line 4 def response @response end |