Class: Expressir::Model::DataTypes::GenericEntity
- Inherits:
-
Expressir::Model::DataType
- Object
- ModelElement
- Expressir::Model::DataType
- Expressir::Model::DataTypes::GenericEntity
- Includes:
- Identifier
- Defined in:
- lib/expressir/model/data_types/generic_entity.rb
Overview
Specified in ISO 10303-11:2004
-
section 9.5.3.3 Generic entity data type
Instance Attribute Summary
Attributes included from Identifier
#id, #remark_items, #remarks, #source
Attributes inherited from ModelElement
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ GenericEntity
constructor
A new instance of GenericEntity.
Methods inherited from ModelElement
#children, #children_by_id, #find, from_hash, model_attr_accessor, model_attrs, #path, #reset_children_by_id, #to_hash, #to_liquid, #to_s
Constructor Details
#initialize(options = {}) ⇒ GenericEntity
Returns a new instance of GenericEntity.
11 12 13 14 15 |
# File 'lib/expressir/model/data_types/generic_entity.rb', line 11 def initialize( = {}) initialize_identifier() super end |