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.



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

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

Instance Method Details

#type=(type) ⇒ Object



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

def type=(type)
end