Method: Docman::Taggers::Tagger#initialize

Defined in:
lib/docman/taggers/tagger.rb

#initialize(params, context = nil, caller = nil, type = nil) ⇒ Tagger

Returns a new instance of Tagger.



22
23
24
# File 'lib/docman/taggers/tagger.rb', line 22

def initialize(params, context = nil, caller = nil, type = nil)
  super(params, context, caller, type)
end