class OpenEHR::AM::Archetype::ConstraintModel::CSingleAttribute
Attributes
alternatives[R]
Public Class Methods
new(args = { })
click to toggle source
Calls superclass method
OpenEHR::AM::Archetype::ConstraintModel::CAttribute::new
# File lib/openehr/am/archetype/constraint_model.rb, line 361 def initialize(args = { }) super self.alternatives = args[:alternatives] end
Public Instance Methods
alternatives=(alternatives)
click to toggle source
# File lib/openehr/am/archetype/constraint_model.rb, line 366 def alternatives=(alternatives) @alternatives = alternatives end