Class: OpenEHR::RM::Support::Identification::AccessGroupRef

Inherits:
ObjectRef
  • Object
show all
Defined in:
lib/openehr/rm/support/identification.rb

Instance Attribute Summary

Attributes inherited from ObjectRef

#id, #namespace, #type

Instance Method Summary collapse

Constructor Details

#initialize(args = {}) ⇒ AccessGroupRef

Returns a new instance of AccessGroupRef.



318
319
320
321
# File 'lib/openehr/rm/support/identification.rb', line 318

def initialize(args = {})
  super(args)
  @type = 'ACCESS_GROUP'
end

Instance Method Details

#type=(type) ⇒ Object



323
324
# File 'lib/openehr/rm/support/identification.rb', line 323

def type=(type)
end