Class: Expressir::Liquid::DataTypes::GenericEntityDrop

Inherits:
Expressir::Liquid::DataTypeDrop show all
Includes:
IdentifierDrop
Defined in:
lib/expressir/liquid/data_types/generic_entity_drop.rb

Instance Method Summary collapse

Methods included from IdentifierDrop

#id, #initialize_identifier, #remark_items, #remarks, #source

Methods inherited from ModelElementDrop

#_class, #file, #source

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