Class DBus::Type::Type
In: lib/dbus/type.rb
Parent: Object

D-Bus type conversion class

Helper class for representing a D-Bus type.

Methods

<<   alignment   child   inspect   new   to_s  

Attributes

members  [R]  Return contained member types.
sigtype  [R]  Returns the signature type number.

Public Class methods

Create a new type instance for type number sigtype.

Public Instance methods

Add a new member type a.

Return the required alignment for the type.

Return the first contained member type.

Return a string representation of the type according to the D-Bus specification.

[Validate]