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
7 8 9 |
# File 'lib/gleis/main.rb', line 7 def login(username) Authentication.login(username) end |
#register(email) ⇒ Object
12 13 14 |
# File 'lib/gleis/main.rb', line 12 def register(email) Authentication.register(email) end |