class OpenEHR::AM::Archetype::ConstraintModel::Primitive::CReal
Public Class Methods
new(args = { })
click to toggle source
Calls superclass method
OpenEHR::AM::Archetype::ConstraintModel::Primitive::CInteger::new
# File lib/open_ehr/am/archetype/constraint_model/primitive.rb, line 137 def initialize(args = { }) args[:type] = 'Real' super end