| Class | DBus::ProxyObject |
| In: |
lib/dbus/introspect.rb
|
| Parent: | Object |
D-Bus proxy object class
Class representing a remote object in an external application. Typically, calling a method on an instance of a ProxyObject sends a message over the bus so that the method is executed remotely on the correctponding object.
| bus | [R] | The bus the object is reachable via. |
| default_iface | [RW] | The default interface of the object, as String. |
| destination | [R] | The (remote) destination of the object. |
| introspected | [RW] | Flag determining whether the object has been introspected. |
| path | [R] | The path to the object. |
| subnodes | [RW] | The names of direct subnodes of the object in the tree. |
Creates a new proxy object living on the given bus at destination dest on the given path.