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