Class: Expressir::Model::References::GroupReference
- Inherits:
-
Expressir::Model::Reference
- Object
- ModelElement
- Expressir::Model::Reference
- Expressir::Model::References::GroupReference
- Defined in:
- lib/expressir/model/references/group_reference.rb
Overview
Specified in ISO 10303-11:2004
-
section 12.7.4 Group references
Instance Attribute Summary collapse
Attributes inherited from ModelElement
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ GroupReference
constructor
A new instance of GroupReference.
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 = {}) ⇒ GroupReference
Returns a new instance of GroupReference.
13 14 15 16 17 18 |
# File 'lib/expressir/model/references/group_reference.rb', line 13 def initialize( = {}) @ref = [:ref] @entity = [:entity] super end |