class OpenEHR::AM::Archetype::ConstraintModel::CSingleAttribute

Attributes

alternatives[R]

Public Class Methods

new(args = { }) click to toggle source
# File lib/open_ehr/am/archetype/constraint_model.rb, line 305
def initialize(args = { })
  super
  self.alternatives = args[:alternatives]
end

Public Instance Methods

alternatives=(alternatives) click to toggle source
# File lib/open_ehr/am/archetype/constraint_model.rb, line 310
def alternatives=(alternatives)
  @alternatives = alternatives
end