Class: Gleis::Main
- Inherits:
-
Thor
- Object
- Thor
- Gleis::Main
- Defined in:
- lib/gleis/main.rb
Overview
This class defines all the main command-line interface commands for gleis
Instance Method Summary collapse
Instance Method Details
#login(username) ⇒ Object
8 9 10 |
# File 'lib/gleis/main.rb', line 8 def login(username) Authentication.login(username) end |