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