Class: OpenEHR::RM::EHR::EHRAccess
- Inherits:
-
Locatable
- Object
- Locatable
- OpenEHR::RM::EHR::EHRAccess
- Defined in:
- lib/open_ehr/rm/ehr.rb
Instance Attribute Summary collapse
-
#scheme ⇒ Object
Returns the value of attribute scheme.
-
#settings ⇒ Object
Returns the value of attribute settings.
Instance Method Summary collapse
-
#initialize(args = { }) ⇒ EHRAccess
constructor
A new instance of EHRAccess.
Constructor Details
#initialize(args = { }) ⇒ EHRAccess
Returns a new instance of EHRAccess.
104 105 106 107 108 |
# File 'lib/open_ehr/rm/ehr.rb', line 104 def initialize(args = { }) super(args) self.settings = args[:settings] self.scheme = args[:scheme] end |
Instance Attribute Details
#scheme ⇒ Object
Returns the value of attribute scheme.
102 103 104 |
# File 'lib/open_ehr/rm/ehr.rb', line 102 def scheme @scheme end |
#settings ⇒ Object
Returns the value of attribute settings.
101 102 103 |
# File 'lib/open_ehr/rm/ehr.rb', line 101 def settings @settings end |