Class: WBEM::CIMFloat
Overview
CIM float types
Instance Attribute Summary
Attributes inherited from CIMType
Instance Method Summary collapse
-
#initialize(arg, cimtype) ⇒ CIMFloat
constructor
A new instance of CIMFloat.
Methods inherited from CIMType
Constructor Details
#initialize(arg, cimtype) ⇒ CIMFloat
Returns a new instance of CIMFloat.
100 101 102 |
# File 'lib/wbem/cim_types.rb', line 100 def initialize(arg, cimtype) super(cimtype, Float(arg)) end |