Class: GVariantUnsignedShortType

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

#initializeGVariantUnsignedShortType

Returns a new instance of GVariantUnsignedShortType.



43
44
45
# File 'lib/gvariant.rb', line 43

def initialize
  super('q', 'S', 2, 2, 0)
end