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.
391 392 393 |
# File 'lib/openehr/rm/support/identification.rb', line 391 def initialize(args = {}) self.value = args[:value] end |
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value.
389 390 391 |
# File 'lib/openehr/rm/support/identification.rb', line 389 def value @value end |