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

Inherits:
ObjectRef
  • Object
show all
Defined in:
lib/open_ehr/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.



315
316
317
318
# File 'lib/open_ehr/rm/support/identification.rb', line 315

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

Instance Method Details

#type=(type) ⇒ Object



320
321
# File 'lib/open_ehr/rm/support/identification.rb', line 320

def type=(type)
end