Class DBus::Method
In: lib/dbus/introspect.rb
Parent: InterfaceElement

D-Bus interface method class

This is a class representing methods that are part of an interface.

Methods

Attributes

rets  [R]  The list of return values for the method.

Public Class methods

Creates a new method interface element with the given name.

Public Instance methods

Add a return value name and signature.

Add parameter types by parsing the given prototype.

Return an XML string representation of the method interface elment.

[Validate]