Class: Metanorma::Iso::Sts::Transformer::BlockDispatcher::Handler

Inherits:
Struct
  • Object
show all
Defined in:
lib/metanorma/iso/sts/transformer/block_dispatcher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#source_typeObject

Returns the value of attribute source_type

Returns:

  • (Object)

    the current value of source_type



7
8
9
# File 'lib/metanorma/iso/sts/transformer/block_dispatcher.rb', line 7

def source_type
  @source_type
end

#target_setterObject

Returns the value of attribute target_setter

Returns:

  • (Object)

    the current value of target_setter



7
8
9
# File 'lib/metanorma/iso/sts/transformer/block_dispatcher.rb', line 7

def target_setter
  @target_setter
end

#transform_methodObject

Returns the value of attribute transform_method

Returns:

  • (Object)

    the current value of transform_method



7
8
9
# File 'lib/metanorma/iso/sts/transformer/block_dispatcher.rb', line 7

def transform_method
  @transform_method
end

#transformer_keyObject

Returns the value of attribute transformer_key

Returns:

  • (Object)

    the current value of transformer_key



7
8
9
# File 'lib/metanorma/iso/sts/transformer/block_dispatcher.rb', line 7

def transformer_key
  @transformer_key
end