Class: RubyIOC::IOCItem::StringMatchItemFactory
- Inherits:
-
IOCItemFactory
- Object
- IOCItemFactory
- RubyIOC::IOCItem::StringMatchItemFactory
- Defined in:
- lib/RubyIOC/iocitem/string_match_item.rb
Instance Method Summary collapse
Methods inherited from IOCItemFactory
add_factory, factories, #initialize, item_for, load
Constructor Details
This class inherits a constructor from RubyIOC::IOCItem::IOCItemFactory
Instance Method Details
#create ⇒ Object
26 27 28 |
# File 'lib/RubyIOC/iocitem/string_match_item.rb', line 26 def create StringMatchItem.new end |
#get_type ⇒ Object
22 23 24 |
# File 'lib/RubyIOC/iocitem/string_match_item.rb', line 22 def get_type "StringMatchItem" end |