Class: OpenEHR::AM::Archetype::ConstraintModel::ConstraintRef

Inherits:
CReferenceObject show all
Defined in:
lib/openehr/am/archetype/constraint_model.rb

Instance Attribute Summary collapse

Attributes inherited from CObject

#node_id, #occurrences, #rm_type_name

Attributes inherited from ArchetypeConstraint

#parent, #path

Instance Method Summary collapse

Methods inherited from CObject

#path, #to_rm

Methods inherited from ArchetypeConstraint

#congruent?, #has_path?, #node_conforms_to?

Constructor Details

#initialize(args = { }) ⇒ ConstraintRef

Returns a new instance of ConstraintRef.



345
346
347
348
# File 'lib/openehr/am/archetype/constraint_model.rb', line 345

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

Instance Attribute Details

#referenceObject

Returns the value of attribute reference.



343
344
345
# File 'lib/openehr/am/archetype/constraint_model.rb', line 343

def reference
  @reference
end