Class: OpenEHR::RM::Composition::Content::Entry::AdminEntry
- Inherits:
-
Entry
- Object
- Locatable
- ContentItem
- Entry
- OpenEHR::RM::Composition::Content::Entry::AdminEntry
- Defined in:
- lib/open_ehr/rm/composition/content/entry.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
Attributes inherited from Entry
#encoding, #language, #other_participations, #provider, #subject, #workflow_id
Instance Method Summary collapse
-
#initialize(args = { }) ⇒ AdminEntry
constructor
A new instance of AdminEntry.
Methods inherited from Entry
Constructor Details
#initialize(args = { }) ⇒ AdminEntry
Returns a new instance of AdminEntry.
55 56 57 58 |
# File 'lib/open_ehr/rm/composition/content/entry.rb', line 55 def initialize(args = { }) super(args) self.data = args[:data] end |
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
53 54 55 |
# File 'lib/open_ehr/rm/composition/content/entry.rb', line 53 def data @data end |