class OpenEHR::RM::Support::Identification::AccessGroupRef

Public Class Methods

new(args = {}) click to toggle source
# File lib/openehr/rm/support/identification.rb, line 318
def initialize(args = {})
  super(args)
  @type = 'ACCESS_GROUP'
end

Public Instance Methods

type=(type) click to toggle source
# File lib/openehr/rm/support/identification.rb, line 323
def type=(type)
end