Class: IdonethisCli::Client::Auth
- Inherits:
-
Object
- Object
- IdonethisCli::Client::Auth
- Defined in:
- lib/idonethis_cli/client/auth.rb
Instance Attribute Summary collapse
-
#api_token ⇒ Object
readonly
Returns the value of attribute api_token.
-
#error ⇒ Object
readonly
Returns the value of attribute error.
Instance Method Summary collapse
Instance Attribute Details
#api_token ⇒ Object (readonly)
Returns the value of attribute api_token.
4 5 6 |
# File 'lib/idonethis_cli/client/auth.rb', line 4 def api_token @api_token end |
#error ⇒ Object (readonly)
Returns the value of attribute error.
4 5 6 |
# File 'lib/idonethis_cli/client/auth.rb', line 4 def error @error end |
Instance Method Details
#authenticate ⇒ Object
6 7 8 |
# File 'lib/idonethis_cli/client/auth.rb', line 6 def authenticate() # TODO end |