Class: OpenEHR::RM::Integration::GenericEntry
- Inherits:
-
ContentItem
- Object
- ContentItem
- OpenEHR::RM::Integration::GenericEntry
- Defined in:
- lib/open_ehr/rm/integration.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
Instance Method Summary collapse
-
#initialize(args = { }) ⇒ GenericEntry
constructor
A new instance of GenericEntry.
Constructor Details
#initialize(args = { }) ⇒ GenericEntry
Returns a new instance of GenericEntry.
13 14 15 16 |
# File 'lib/open_ehr/rm/integration.rb', line 13 def initialize(args = { }) super(args) self.data = args[:data] end |
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
11 12 13 |
# File 'lib/open_ehr/rm/integration.rb', line 11 def data @data end |