Class: RGen::Instantiator::AbstractInstantiator::ResolverDescription

Inherits:
Struct
  • Object
show all
Defined in:
lib/rgen/instantiator/abstract_instantiator.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#attributeObject

Returns the value of attribute attribute

Returns:

  • (Object)

    the current value of attribute



7
8
9
# File 'lib/rgen/instantiator/abstract_instantiator.rb', line 7

def attribute
  @attribute
end

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



7
8
9
# File 'lib/rgen/instantiator/abstract_instantiator.rb', line 7

def block
  @block
end

#fromObject

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



7
8
9
# File 'lib/rgen/instantiator/abstract_instantiator.rb', line 7

def from
  @from
end