Class: Gleis::Main

Inherits:
Thor
  • Object
show all
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 (username)
  Authentication.(username)
end