Class: ZohoInvoice::AuthToken::AuthTokenResult
- Inherits:
-
Struct
- Object
- Struct
- ZohoInvoice::AuthToken::AuthTokenResult
- Defined in:
- lib/zoho_invoice/auth_token.rb
Instance Attribute Summary collapse
-
#authtoken ⇒ Object
Returns the value of attribute authtoken.
-
#cause ⇒ Object
Returns the value of attribute cause.
Instance Method Summary collapse
Instance Attribute Details
#authtoken ⇒ Object
Returns the value of attribute authtoken
3 4 5 |
# File 'lib/zoho_invoice/auth_token.rb', line 3 def authtoken @authtoken end |
#cause ⇒ Object
Returns the value of attribute cause
3 4 5 |
# File 'lib/zoho_invoice/auth_token.rb', line 3 def cause @cause end |
Instance Method Details
#success? ⇒ Boolean
4 5 6 7 |
# File 'lib/zoho_invoice/auth_token.rb', line 4 def success? return true if !authtoken.nil? false end |