Class: Expressir::Model::References::GroupReference

Inherits:
Expressir::Model::Reference show all
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

#parent

Instance Method Summary collapse

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.

Parameters:

  • options (Hash) (defaults to: {})

Options Hash (options):



13
14
15
16
17
18
# File 'lib/expressir/model/references/group_reference.rb', line 13

def initialize(options = {})
  @ref = options[:ref]
  @entity = options[:entity]

  super
end

Instance Attribute Details

#entityReference

Returns:



8
# File 'lib/expressir/model/references/group_reference.rb', line 8

model_attr_accessor :entity, 'Reference'

#refReference

Returns:



7
# File 'lib/expressir/model/references/group_reference.rb', line 7

model_attr_accessor :ref, 'Reference'