Class: Zend::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/zend/cli.rb

Instance Method Summary collapse

Instance Method Details

#loginObject



28
29
30
# File 'lib/zend/cli.rb', line 28

def 
  Zend::Auth.
end

#logoutObject



33
34
35
# File 'lib/zend/cli.rb', line 33

def logout
  Zend::Auth.logout
end