Method: Arver::InfoAction#initialize

Defined in:
lib/arver/info_action.rb

#initialize(target_list) ⇒ InfoAction

Returns a new instance of InfoAction.



3
4
5
6
7
# File 'lib/arver/info_action.rb', line 3

def initialize( target_list )
  super( target_list )
  self.open_keystore
  Arver::Log.info("Warning: existence of a keyslot is not a guarantee that the user can access it")
end