Class: OpenEHR::RM::Support::Identification::UID
- Inherits:
-
Object
- Object
- OpenEHR::RM::Support::Identification::UID
- Defined in:
- lib/open_ehr/rm/support/identification.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(args = {}) ⇒ UID
constructor
A new instance of UID.
Constructor Details
#initialize(args = {}) ⇒ UID
Returns a new instance of UID.
388 389 390 |
# File 'lib/open_ehr/rm/support/identification.rb', line 388 def initialize(args = {}) self.value = args[:value] end |
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value.
386 387 388 |
# File 'lib/open_ehr/rm/support/identification.rb', line 386 def value @value end |