Class: WBEM::Sint64

Inherits:
CIMInt 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, base = 0) ⇒ Sint64

Returns a new instance of Sint64.



92
93
94
# File 'lib/wbem/cim_types.rb', line 92

def initialize(arg, base = 0)
    super(arg, base, "sint64")
end