Class: GVariantByteType

Inherits:
GVariantBasicType show all
Defined in:
lib/gvariant.rb

Instance Attribute Summary

Attributes inherited from GVariantBasicType

#alignment, #default_value, #fixed_size, #id

Instance Method Summary collapse

Methods inherited from GVariantBasicType

#align, #pad, #read, #write

Constructor Details

#initializeGVariantByteType

Returns a new instance of GVariantByteType.



31
32
33
# File 'lib/gvariant.rb', line 31

def initialize
  super('y', 'C', 1, 1, 0)
end