Class: Armrest::CLI::Auth
- Inherits:
-
Object
- Object
- Armrest::CLI::Auth
- Defined in:
- lib/armrest/cli/auth.rb
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Auth
constructor
A new instance of Auth.
- #run ⇒ Object
Constructor Details
#initialize(options = {}) ⇒ Auth
Returns a new instance of Auth.
3 4 5 |
# File 'lib/armrest/cli/auth.rb', line 3 def initialize(={}) @options = end |