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, #read

Constructor Details

#initializeGVariantUnsignedShortType

Returns a new instance of GVariantUnsignedShortType.



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

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