Class | DBus::Interface |
In: |
lib/dbus/introspect.rb
|
Parent: | Object |
This class is the interface descriptor. In most cases, the Introspect() method call instantiates and configures this class for us.
It also is the local definition of interface exported by the program. At the client side, see ProxyObjectInterface
methods | [R] | The methods that are part of the interface. Hash: Symbol => DBus::Method |
name | [R] | The name of the interface. String |
signals | [R] | The signals that are part of the interface. Hash: Symbol => Signal |