Class: Lutaml::Model::GatherRule
- Inherits:
-
ConsolidationRule
- Object
- ConsolidationRule
- Lutaml::Model::GatherRule
- Defined in:
- lib/lutaml/model/consolidation_rule/gather_rule.rb
Instance Attribute Summary collapse
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#target ⇒ Object
readonly
Returns the value of attribute target.
Instance Method Summary collapse
-
#initialize(source, target) ⇒ GatherRule
constructor
A new instance of GatherRule.
Constructor Details
#initialize(source, target) ⇒ GatherRule
Returns a new instance of GatherRule.
10 11 12 13 14 |
# File 'lib/lutaml/model/consolidation_rule/gather_rule.rb', line 10 def initialize(source, target) super @source = source @target = target end |
Instance Attribute Details
#source ⇒ Object (readonly)
Returns the value of attribute source.
6 7 8 |
# File 'lib/lutaml/model/consolidation_rule/gather_rule.rb', line 6 def source @source end |
#target ⇒ Object (readonly)
Returns the value of attribute target.
6 7 8 |
# File 'lib/lutaml/model/consolidation_rule/gather_rule.rb', line 6 def target @target end |