Class: OpenEHR::AM::Archetype::ConstraintModel::Primitive::CReal

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

Instance Attribute Summary

Attributes inherited from CInteger

#list, #range

Attributes inherited from CPrimitive

#assumed_value, #default_value, #type

Instance Method Summary collapse

Methods inherited from CPrimitive

#has_assumed_value?

Constructor Details

#initialize(args = { }) ⇒ CReal

Returns a new instance of CReal.



137
138
139
140
# File 'lib/openehr/am/archetype/constraint_model/primitive.rb', line 137

def initialize(args = { })
  args[:type] = 'Real'
  super
end