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