Class: RubyIOC::IOCItem::HookItemFactory

Inherits:
IOCItemFactory show all
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

#createObject



26
27
28
# File 'lib/RubyIOC/iocitem/hook_item.rb', line 26

def create
	HookItem.new
end

#get_typeObject



22
23
24
# File 'lib/RubyIOC/iocitem/hook_item.rb', line 22

def get_type
	"HookItem"
end