Class: Terjira::CLI

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

Overview

Main CLI

Instance Method Summary collapse

Instance Method Details

#loginObject



16
17
18
19
# File 'lib/terjira.rb', line 16

def 
  Client::Base.expire_auth_options
  Client::Base.build_auth_options
end

#logoutObject



22
23
24
# File 'lib/terjira.rb', line 22

def logout
  Client::Base.expire_auth_options
end