Class: RubyIOC::IOCItem::HookItemFactory
- Inherits:
-
IOCItemFactory
- Object
- IOCItemFactory
- RubyIOC::IOCItem::HookItemFactory
- Defined in:
- lib/RubyIOC/iocitem/hook_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/hook_item.rb', line 26 def create HookItem.new end |
#get_type ⇒ Object
22 23 24 |
# File 'lib/RubyIOC/iocitem/hook_item.rb', line 22 def get_type "HookItem" end |