Class: IdonethisCli::Client::Auth

Inherits:
Object
  • Object
show all
Defined in:
lib/idonethis_cli/client/auth.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#api_tokenObject (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

#errorObject (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

#authenticateObject



6
7
8
# File 'lib/idonethis_cli/client/auth.rb', line 6

def authenticate()
  # TODO
end