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