Class: WBEM::Real32

Inherits:
CIMFloat show all
Defined in:
lib/wbem/cim_types.rb

Instance Attribute Summary

Attributes inherited from CIMType

#cimtype, #value

Instance Method Summary collapse

Methods inherited from CIMType

#<=>, #to_s

Constructor Details

#initialize(arg) ⇒ Real32

Returns a new instance of Real32.



106
107
108
# File 'lib/wbem/cim_types.rb', line 106

def initialize(arg)
    super(arg, "real32")
end