Class: OpenEHR::RM::Common::Archetyped::Link
- Inherits:
-
Object
- Object
- OpenEHR::RM::Common::Archetyped::Link
- Defined in:
- lib/open_ehr/rm/common/archetyped.rb
Instance Attribute Summary collapse
-
#meaning ⇒ Object
Returns the value of attribute meaning.
-
#target ⇒ Object
Returns the value of attribute target.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(args = { }) ⇒ Link
constructor
A new instance of Link.
Constructor Details
#initialize(args = { }) ⇒ Link
Returns a new instance of Link.
119 120 121 122 123 |
# File 'lib/open_ehr/rm/common/archetyped.rb', line 119 def initialize(args = { }) self.meaning = args[:meaning] self.target = args[:target] self.type = args[:type] end |
Instance Attribute Details
#meaning ⇒ Object
Returns the value of attribute meaning.
118 119 120 |
# File 'lib/open_ehr/rm/common/archetyped.rb', line 118 def meaning @meaning end |
#target ⇒ Object
Returns the value of attribute target.
118 119 120 |
# File 'lib/open_ehr/rm/common/archetyped.rb', line 118 def target @target end |
#type ⇒ Object
Returns the value of attribute type.
118 119 120 |
# File 'lib/open_ehr/rm/common/archetyped.rb', line 118 def type @type end |