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