Class: OpenEHR::RM::Support::Identification::UID
- Inherits:
-
Object
- Object
- OpenEHR::RM::Support::Identification::UID
- Defined in:
- lib/openehr/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.
394 395 396 |
# File 'lib/openehr/rm/support/identification.rb', line 394 def initialize(args = {}) self.value = args[:value] end |
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value.
392 393 394 |
# File 'lib/openehr/rm/support/identification.rb', line 392 def value @value end |