Class: Expressir::Liquid::DataTypes::BagDrop
- Inherits:
-
Expressir::Liquid::DataTypeDrop
- Object
- Liquid::Drop
- ModelElementDrop
- Expressir::Liquid::DataTypeDrop
- Expressir::Liquid::DataTypes::BagDrop
- Defined in:
- lib/expressir/liquid/data_types/bag_drop.rb
Instance Method Summary collapse
- #base_type ⇒ Object
- #bound1 ⇒ Object
- #bound2 ⇒ Object
-
#initialize(model) ⇒ BagDrop
constructor
A new instance of BagDrop.
Methods inherited from ModelElementDrop
Constructor Details
#initialize(model) ⇒ BagDrop
Returns a new instance of BagDrop.
7 8 9 10 |
# File 'lib/expressir/liquid/data_types/bag_drop.rb', line 7 def initialize(model) @model = model super end |
Instance Method Details
#base_type ⇒ Object
20 21 22 |
# File 'lib/expressir/liquid/data_types/bag_drop.rb', line 20 def base_type drop_klass_by_model(@model.base_type) end |
#bound1 ⇒ Object
12 13 14 |
# File 'lib/expressir/liquid/data_types/bag_drop.rb', line 12 def bound1 drop_klass_by_model(@model.bound1) end |
#bound2 ⇒ Object
16 17 18 |
# File 'lib/expressir/liquid/data_types/bag_drop.rb', line 16 def bound2 drop_klass_by_model(@model.bound2) end |