Exception: ZohoCrm::AuthenticationFailure
- Inherits:
-
StandardError
- Object
- StandardError
- ZohoCrm::AuthenticationFailure
- Defined in:
- lib/zoho_crm.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ AuthenticationFailure
constructor
A new instance of AuthenticationFailure.
Constructor Details
#initialize(message) ⇒ AuthenticationFailure
Returns a new instance of AuthenticationFailure.
9 10 11 |
# File 'lib/zoho_crm.rb', line 9 def initialize() = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
8 9 10 |
# File 'lib/zoho_crm.rb', line 8 def end |