Class: OpenEHR::RM::EHR::EHRAccess

Inherits:
Locatable
  • Object
show all
Defined in:
lib/openehr/rm/ehr.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(args = { }) ⇒ EHRAccess

Returns a new instance of EHRAccess.



104
105
106
107
108
# File 'lib/openehr/rm/ehr.rb', line 104

def initialize(args = { })
  super(args)
  self.settings = args[:settings]
  self.scheme = args[:scheme]
end

Instance Attribute Details

#schemeObject

Returns the value of attribute scheme.



102
103
104
# File 'lib/openehr/rm/ehr.rb', line 102

def scheme
  @scheme
end

#settingsObject

Returns the value of attribute settings.



101
102
103
# File 'lib/openehr/rm/ehr.rb', line 101

def settings
  @settings
end