Class: RGen::Transformer::TransformationDescription

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

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



219
220
221
# File 'lib/rgen/transformer.rb', line 219

def block
  @block
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



219
220
221
# File 'lib/rgen/transformer.rb', line 219

def target
  @target
end