Module: RubyVault::ClassMethods

Included in:
RubyVault
Defined in:
lib/ruby_vault.rb

Instance Method Summary collapse

Instance Method Details

#list(parameters = {}, invocation_options = {}) ⇒ Object



34
35
36
37
# File 'lib/ruby_vault.rb', line 34

def list(parameters = {}, invocation_options = {})
  exec(RubyVault::Commands::List,
       parameters, invocation_options)
end

#login(parameters = {}, invocation_options = {}) ⇒ Object



24
25
26
27
# File 'lib/ruby_vault.rb', line 24

def (parameters = {}, invocation_options = {})
  exec(RubyVault::Commands::,
       parameters, invocation_options)
end

#write(parameters = {}, invocation_options = {}) ⇒ Object



29
30
31
32
# File 'lib/ruby_vault.rb', line 29

def write(parameters = {}, invocation_options = {})
  exec(RubyVault::Commands::Write,
       parameters, invocation_options)
end