Module: KeyInstaller

Extended by:
KeyInstaller
Included in:
KeyInstaller
Defined in:
lib/key_installer.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#optionsObject (readonly)

Returns the value of attribute options.



9
10
11
# File 'lib/key_installer.rb', line 9

def options
  @options
end

Instance Method Details

#run(args) ⇒ Object



11
12
13
# File 'lib/key_installer.rb', line 11

def run(args)
  install_key(args.shift, args)
end