Class: WBEM::Real32
Instance Attribute Summary
Attributes inherited from CIMType
Instance Method Summary collapse
-
#initialize(arg) ⇒ Real32
constructor
A new instance of Real32.
Methods inherited from CIMType
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 |