Class: OpenEHR::AM::Archetype::ConstraintModel::ArchetypeInternalRef
- Inherits:
-
CReferenceObject
- Object
- ArchetypeConstraint
- CObject
- CReferenceObject
- OpenEHR::AM::Archetype::ConstraintModel::ArchetypeInternalRef
- Defined in:
- lib/open_ehr/am/archetype/constraint_model.rb
Instance Attribute Summary collapse
-
#target_path ⇒ Object
Returns the value of attribute target_path.
Attributes inherited from CObject
#node_id, #occurrences, #rm_type_name
Attributes inherited from ArchetypeConstraint
Instance Method Summary collapse
-
#initialize(args = { }) ⇒ ArchetypeInternalRef
constructor
A new instance of ArchetypeInternalRef.
Methods inherited from CObject
Methods inherited from ArchetypeConstraint
#congruent?, #has_path?, #node_conforms_to?
Constructor Details
#initialize(args = { }) ⇒ ArchetypeInternalRef
Returns a new instance of ArchetypeInternalRef.
226 227 228 229 |
# File 'lib/open_ehr/am/archetype/constraint_model.rb', line 226 def initialize(args = { }) super self.target_path = args[:target_path] end |
Instance Attribute Details
#target_path ⇒ Object
Returns the value of attribute target_path.
224 225 226 |
# File 'lib/open_ehr/am/archetype/constraint_model.rb', line 224 def target_path @target_path end |