Class: OpenEHR::RComponents::REntry

Inherits:
Base
  • Object
show all
Defined in:
lib/rcomponents.rb

Direct Known Subclasses

RObservation

Instance Attribute Summary collapse

Attributes inherited from Base

#node_id, #path, #rm_type_name

Instance Method Summary collapse

Constructor Details

#initialize(args = {}) ⇒ REntry

Returns a new instance of REntry.



33
34
35
# File 'lib/rcomponents.rb', line 33

def initialize(args = {})
  self.data = args[:data]
end

Instance Attribute Details

#dataObject

Returns the value of attribute data.



31
32
33
# File 'lib/rcomponents.rb', line 31

def data
  @data
end