Exception: Motivosity::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Motivosity::Error
- Defined in:
- lib/mvclient/error.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#response ⇒ Object
Returns the value of attribute response.
-
#response_body ⇒ Object
Returns the value of attribute response_body.
Instance Attribute Details
#response ⇒ Object
Returns the value of attribute response.
3 4 5 |
# File 'lib/mvclient/error.rb', line 3 def response @response end |
#response_body ⇒ Object
Returns the value of attribute response_body.
3 4 5 |
# File 'lib/mvclient/error.rb', line 3 def response_body @response_body end |