class OpenEHR::RM::Support::Identification::AccessGroupRef
Public Class Methods
new(args = {})
click to toggle source
Calls superclass method
OpenEHR::RM::Support::Identification::ObjectRef::new
# File lib/open_ehr/rm/support/identification.rb, line 319 def initialize(args = {}) super(args) @type = 'ACCESS_GROUP' end
Public Instance Methods
type=(type)
click to toggle source
# File lib/open_ehr/rm/support/identification.rb, line 324 def type=(type) end