Class: OpenEHR::RM::DataStructures::ItemStructure::Representation::Cluster
- Inherits:
-
Item
- Object
- Common::Archetyped::Pathable
- Common::Archetyped::Locatable
- Item
- OpenEHR::RM::DataStructures::ItemStructure::Representation::Cluster
- Defined in:
- lib/open_ehr/rm/data_structures/item_structure/representation.rb
Constant Summary
Constants included from Common::Archetyped::LocaterConstants
Common::Archetyped::LocaterConstants::CONTENT_PATH_SEPARATOR, Common::Archetyped::LocaterConstants::CURRENT_TRANSACTION_ID, Common::Archetyped::LocaterConstants::FRAGMENT_SEPARATOR, Common::Archetyped::LocaterConstants::MULTIPART_ID_DELIMITER, Common::Archetyped::LocaterConstants::ORGANIZER_PATH_SEPARATOR
Instance Attribute Summary collapse
-
#items ⇒ Object
Returns the value of attribute items.
Attributes inherited from Common::Archetyped::Locatable
#archetype_details, #archetype_node_id, #feeder_audit, #links, #name, #uid
Attributes inherited from Common::Archetyped::Pathable
Instance Method Summary collapse
-
#initialize(args = {}) ⇒ Cluster
constructor
A new instance of Cluster.
Methods inherited from Common::Archetyped::Locatable
Methods inherited from Common::Archetyped::Pathable
#item_at_path, #items_at_path, #path_exists?, #path_of_item, #path_unique?
Constructor Details
#initialize(args = {}) ⇒ Cluster
Returns a new instance of Cluster.
47 48 49 50 |
# File 'lib/open_ehr/rm/data_structures/item_structure/representation.rb', line 47 def initialize(args = {}) super(args) self.items = args[:items] end |
Instance Attribute Details
#items ⇒ Object
Returns the value of attribute items.
45 46 47 |
# File 'lib/open_ehr/rm/data_structures/item_structure/representation.rb', line 45 def items @items end |