Class: WBEM::Uint8

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

Returns a new instance of Uint8.



57
58
59
# File 'lib/wbem/cim_types.rb', line 57

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