Class: Expressir::Liquid::DataTypes::AggregateDrop
- Inherits:
-
Expressir::Liquid::DataTypeDrop
- Object
- Liquid::Drop
- ModelElementDrop
- Expressir::Liquid::DataTypeDrop
- Expressir::Liquid::DataTypes::AggregateDrop
- Includes:
- IdentifierDrop
- Defined in:
- lib/expressir/liquid/data_types/aggregate_drop.rb
Instance Method Summary collapse
- #base_type ⇒ Object
-
#initialize(model) ⇒ AggregateDrop
constructor
A new instance of AggregateDrop.
Methods included from IdentifierDrop
#id, #initialize_identifier, #remark_items, #remarks, #source
Methods inherited from ModelElementDrop
Constructor Details
#initialize(model) ⇒ AggregateDrop
Returns a new instance of AggregateDrop.
9 10 11 12 13 |
# File 'lib/expressir/liquid/data_types/aggregate_drop.rb', line 9 def initialize(model) @model = model initialize_identifier(@model) super end |
Instance Method Details
#base_type ⇒ Object
15 16 17 |
# File 'lib/expressir/liquid/data_types/aggregate_drop.rb', line 15 def base_type drop_klass_by_model(@model.base_type) end |