Class: RubyVault::Commands::Login

Inherits:
Base
  • Object
show all
Defined in:
lib/ruby_vault/commands/login.rb

Instance Method Summary collapse

Methods inherited from Base

#execute, #initialize

Constructor Details

This class inherits a constructor from RubyVault::Commands::Base

Instance Method Details

#arguments(parameters) ⇒ Object



27
28
29
# File 'lib/ruby_vault/commands/login.rb', line 27

def arguments(parameters)
  [parameters[:auth]]
end