Class: RgGen::Base::ItemFactory

Inherits:
Object
  • Object
show all
Extended by:
InternalStruct
Defined in:
lib/rggen/base/item_factory.rb

Instance Attribute Summary collapse

Instance Attribute Details

#target_item=(value) ⇒ Object (writeonly)

Sets the attribute target_item

Parameters:

  • value

    the value to set the attribute target_item to.



7
8
9
# File 'lib/rggen/base/item_factory.rb', line 7

def target_item=(value)
  @target_item = value
end

#target_items=(value) ⇒ Object (writeonly)

Sets the attribute target_items

Parameters:

  • value

    the value to set the attribute target_items to.



6
7
8
# File 'lib/rggen/base/item_factory.rb', line 6

def target_items=(value)
  @target_items = value
end