Class: TransformerTest::MyTransformer
- Inherits:
-
RGen::Transformer
- Object
- RGen::Transformer
- TransformerTest::MyTransformer
- Defined in:
- lib/puppet/vendor/rgen/test/transformer_test.rb
Instance Attribute Summary collapse
-
#modelAInTrans_count ⇒ Object
readonly
Returns the value of attribute modelAInTrans_count.
-
#modelBInTrans_count ⇒ Object
readonly
Returns the value of attribute modelBInTrans_count.
-
#modelInTrans_count ⇒ Object
readonly
Returns the value of attribute modelInTrans_count.
Method Summary
Methods inherited from RGen::Transformer
_methods, #_transformProperties, _transformer_blocks, copy, copy_all, #copy_features, #initialize, method, #method_missing, #trans, transform
Constructor Details
This class inherits a constructor from RGen::Transformer
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class RGen::Transformer
Instance Attribute Details
#modelAInTrans_count ⇒ Object (readonly)
Returns the value of attribute modelAInTrans_count.
54 55 56 |
# File 'lib/puppet/vendor/rgen/test/transformer_test.rb', line 54 def modelAInTrans_count @modelAInTrans_count end |
#modelBInTrans_count ⇒ Object (readonly)
Returns the value of attribute modelBInTrans_count.
55 56 57 |
# File 'lib/puppet/vendor/rgen/test/transformer_test.rb', line 55 def modelBInTrans_count @modelBInTrans_count end |
#modelInTrans_count ⇒ Object (readonly)
Returns the value of attribute modelInTrans_count.
53 54 55 |
# File 'lib/puppet/vendor/rgen/test/transformer_test.rb', line 53 def modelInTrans_count @modelInTrans_count end |