class OpenEHR::AM::Archetype::ConstraintModel::Primitive::CReal

Public Class Methods

new(args = { }) click to toggle source
# File lib/open_ehr/am/archetype/constraint_model/primitive.rb, line 137
def initialize(args = { })
  args[:type] = 'Real'
  super
end