Class: RgGen::Core::Builder::ComponentEntry::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/rggen/core/builder/component_entry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#factoryObject

Returns the value of attribute factory

Returns:

  • (Object)

    the current value of factory



7
8
9
# File 'lib/rggen/core/builder/component_entry.rb', line 7

def factory
  @factory
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



7
8
9
# File 'lib/rggen/core/builder/component_entry.rb', line 7

def target
  @target
end