Class: Tagomatic::ObjectFactory
- Inherits:
-
Object
- Object
- Tagomatic::ObjectFactory
- Defined in:
- lib/tagomatic/object_factory.rb
Instance Method Summary collapse
- #create_format_matcher(*arguments) ⇒ Object
- #create_info_updater(*arguments) ⇒ Object
- #create_local_options_matcher(*arguments) ⇒ Object
Instance Method Details
#create_format_matcher(*arguments) ⇒ Object
13 14 15 |
# File 'lib/tagomatic/object_factory.rb', line 13 def create_format_matcher(*arguments) Tagomatic::FormatMatcher.new(*arguments) end |
#create_info_updater(*arguments) ⇒ Object
17 18 19 |
# File 'lib/tagomatic/object_factory.rb', line 17 def create_info_updater(*arguments) Tagomatic::InfoUpdater.new(*arguments) end |
#create_local_options_matcher(*arguments) ⇒ Object
9 10 11 |
# File 'lib/tagomatic/object_factory.rb', line 9 def (*arguments) Tagomatic::LocalOptionsMatcher.new(*arguments) end |