Class: OpenEHR::RM::Support::Identification::AccessGroupRef
- Defined in:
- lib/open_ehr/rm/support/identification.rb
Instance Attribute Summary
Attributes inherited from ObjectRef
Instance Method Summary collapse
-
#initialize(args = {}) ⇒ AccessGroupRef
constructor
A new instance of AccessGroupRef.
- #type=(type) ⇒ Object
Constructor Details
#initialize(args = {}) ⇒ AccessGroupRef
Returns a new instance of AccessGroupRef.
319 320 321 322 |
# File 'lib/open_ehr/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/open_ehr/rm/support/identification.rb', line 324 def type=(type) end |