Class: Metanorma::Iso::Sts::Transformer::BlockDispatcher::Handler
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Iso::Sts::Transformer::BlockDispatcher::Handler
- Defined in:
- lib/metanorma/iso/sts/transformer/block_dispatcher.rb
Instance Attribute Summary collapse
-
#source_type ⇒ Object
Returns the value of attribute source_type.
-
#target_setter ⇒ Object
Returns the value of attribute target_setter.
-
#transform_method ⇒ Object
Returns the value of attribute transform_method.
-
#transformer_key ⇒ Object
Returns the value of attribute transformer_key.
Instance Attribute Details
#source_type ⇒ Object
Returns the value of attribute source_type
7 8 9 |
# File 'lib/metanorma/iso/sts/transformer/block_dispatcher.rb', line 7 def source_type @source_type end |
#target_setter ⇒ Object
Returns the value of attribute target_setter
7 8 9 |
# File 'lib/metanorma/iso/sts/transformer/block_dispatcher.rb', line 7 def target_setter @target_setter end |
#transform_method ⇒ Object
Returns the value of attribute transform_method
7 8 9 |
# File 'lib/metanorma/iso/sts/transformer/block_dispatcher.rb', line 7 def transform_method @transform_method end |
#transformer_key ⇒ Object
Returns the value of attribute transformer_key
7 8 9 |
# File 'lib/metanorma/iso/sts/transformer/block_dispatcher.rb', line 7 def transformer_key @transformer_key end |