Class: WBEM::Real64

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) ⇒ Real64

Returns a new instance of Real64.



111
112
113
# File 'lib/wbem/cim_types.rb', line 111

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