Exception: ZohoInvoice::Error
- Inherits:
-
StandardError
- Object
- StandardError
- ZohoInvoice::Error
- Defined in:
- lib/zoho_invoice/error.rb,
lib/zoho_invoice/error/client_error.rb
Direct Known Subclasses
Defined Under Namespace
Classes: ClientError
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#http_status ⇒ Object
Returns the value of attribute http_status.
-
#message ⇒ Object
Returns the value of attribute message.
-
#response_status ⇒ Object
Returns the value of attribute response_status.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
4 5 6 |
# File 'lib/zoho_invoice/error.rb', line 4 def code @code end |
#http_status ⇒ Object
Returns the value of attribute http_status.
4 5 6 |
# File 'lib/zoho_invoice/error.rb', line 4 def http_status @http_status end |
#message ⇒ Object
Returns the value of attribute message.
4 5 6 |
# File 'lib/zoho_invoice/error.rb', line 4 def @message end |
#response_status ⇒ Object
Returns the value of attribute response_status.
4 5 6 |
# File 'lib/zoho_invoice/error.rb', line 4 def response_status @response_status end |