Class: RGen::Transformer::TransformationDescription
- Inherits:
-
Struct
- Object
- Struct
- RGen::Transformer::TransformationDescription
- Defined in:
- lib/rgen/transformer.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
219 220 221 |
# File 'lib/rgen/transformer.rb', line 219 def block @block end |
#target ⇒ Object
Returns the value of attribute target
219 220 221 |
# File 'lib/rgen/transformer.rb', line 219 def target @target end |