Class: Metanorma::Iso::Sts::Transformer::Base
- Inherits:
-
Object
- Object
- Metanorma::Iso::Sts::Transformer::Base
- Defined in:
- lib/metanorma/iso/sts/transformer/base.rb
Instance Attribute Summary collapse
-
#context ⇒ Object
readonly
Returns the value of attribute context.
Instance Method Summary collapse
-
#initialize(context) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(context) ⇒ Base
Returns a new instance of Base.
9 10 11 |
# File 'lib/metanorma/iso/sts/transformer/base.rb', line 9 def initialize(context) @context = context end |
Instance Attribute Details
#context ⇒ Object (readonly)
Returns the value of attribute context.
7 8 9 |
# File 'lib/metanorma/iso/sts/transformer/base.rb', line 7 def context @context end |