Class: OpenEHR::AM::Archetype::ConstraintModel::CSingleAttribute

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

Instance Attribute Summary collapse

Attributes inherited from CAttribute

#children, #existence, #rm_attribute_name

Attributes inherited from ArchetypeConstraint

#parent, #path

Instance Method Summary collapse

Methods inherited from CAttribute

#has_children?, #path

Methods inherited from ArchetypeConstraint

#congruent?, #has_path?, #node_conforms_to?

Constructor Details

#initialize(args = { }) ⇒ CSingleAttribute

Returns a new instance of CSingleAttribute.



333
334
335
336
# File 'lib/openehr/am/archetype/constraint_model.rb', line 333

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

Instance Attribute Details

#alternativesObject

Returns the value of attribute alternatives.



331
332
333
# File 'lib/openehr/am/archetype/constraint_model.rb', line 331

def alternatives
  @alternatives
end