Class: Beats::Command::Auth
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Beats::Command::Base
Instance Method Details
#login ⇒ Object
5 6 7 |
# File 'lib/beats/commands/auth.rb', line 5 def login Beats::Auth.login end |
#logout ⇒ Object
9 10 11 |
# File 'lib/beats/commands/auth.rb', line 9 def logout Beats::Auth.logout end |