Class: Docman::OptionTagger
- Inherits:
-
Taggers::Tagger
- Object
- Hash
- Command
- Taggers::Tagger
- Docman::OptionTagger
- Defined in:
- lib/docman/taggers/option_tagger.rb
Instance Attribute Summary
Attributes inherited from Command
Instance Method Summary collapse
Methods inherited from Taggers::Tagger
create, #initialize, register_tagger
Methods inherited from Command
#add_action, #add_actions, #config, create, #describe, #initialize, #perform, #prefix, register_command, #replace_placeholder, #run_actions, #run_with_hooks
Methods included from Logging
#log, logger, #logger, #prefix, #properties_info, #with_logging
Constructor Details
This class inherits a constructor from Docman::Taggers::Tagger
Instance Method Details
#execute ⇒ Object
8 9 10 |
# File 'lib/docman/taggers/option_tagger.rb', line 8 def execute @caller['tag'] end |