Class: RGen::Instantiator::AbstractInstantiator::ResolverDescription
- Inherits:
-
Struct
- Object
- Struct
- RGen::Instantiator::AbstractInstantiator::ResolverDescription
- Defined in:
- lib/rgen/instantiator/abstract_instantiator.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#attribute ⇒ Object
Returns the value of attribute attribute.
-
#block ⇒ Object
Returns the value of attribute block.
-
#from ⇒ Object
Returns the value of attribute from.
Instance Attribute Details
#attribute ⇒ Object
Returns the value of attribute attribute
7 8 9 |
# File 'lib/rgen/instantiator/abstract_instantiator.rb', line 7 def attribute @attribute end |
#block ⇒ Object
Returns the value of attribute block
7 8 9 |
# File 'lib/rgen/instantiator/abstract_instantiator.rb', line 7 def block @block end |
#from ⇒ Object
Returns the value of attribute from
7 8 9 |
# File 'lib/rgen/instantiator/abstract_instantiator.rb', line 7 def from @from end |