Class: Arver::ListAction

Inherits:
Action
  • Object
show all
Defined in:
lib/arver/list_action.rb

Instance Attribute Summary

Attributes inherited from Action

#generator, #key, #keystore, #slot_of_target_user, #target_list, #target_user

Instance Method Summary collapse

Methods inherited from Action

#execute_partition, #initialize, #load_key, #needs_target_user?, #new_key_generator, #on_user, #open_keystore, #post_host, #post_partition, #pre_action, #pre_host, #pre_partition, #run_on, #verify?, #verify_key_on_target

Constructor Details

This class inherits a constructor from Arver::Action

Instance Method Details

#post_actionObject



3
4
5
# File 'lib/arver/list_action.rb', line 3

def post_action
  Arver::Log.write( Arver::Config.instance.tree.to_ascii )
end