Class: Lutaml::Xmi::LiquidDrops::ConstraintDrop
- Inherits:
-
Liquid::Drop
- Object
- Liquid::Drop
- Lutaml::Xmi::LiquidDrops::ConstraintDrop
- Defined in:
- lib/lutaml/xmi/liquid_drops/constraint_drop.rb
Instance Method Summary collapse
-
#initialize(model) ⇒ ConstraintDrop
constructor
rubocop:disable Lint/MissingSuper.
- #name ⇒ Object
- #status ⇒ Object
- #type ⇒ Object
- #weight ⇒ Object
Constructor Details
#initialize(model) ⇒ ConstraintDrop
rubocop:disable Lint/MissingSuper
7 8 9 |
# File 'lib/lutaml/xmi/liquid_drops/constraint_drop.rb', line 7 def initialize(model) # rubocop:disable Lint/MissingSuper @model = model end |
Instance Method Details
#name ⇒ Object
11 12 13 |
# File 'lib/lutaml/xmi/liquid_drops/constraint_drop.rb', line 11 def name @model.name end |
#status ⇒ Object
23 24 25 |
# File 'lib/lutaml/xmi/liquid_drops/constraint_drop.rb', line 23 def status @model.status end |
#type ⇒ Object
15 16 17 |
# File 'lib/lutaml/xmi/liquid_drops/constraint_drop.rb', line 15 def type @model.type end |
#weight ⇒ Object
19 20 21 |
# File 'lib/lutaml/xmi/liquid_drops/constraint_drop.rb', line 19 def weight @model.weight end |