| Class | DBus::Object |
| In: |
lib/dbus/export.rb
|
| Parent: | Object |
Exported object type
Objects that are going to be exported by a D-Bus service should inherit from this class. At the client side, use ProxyObject.
| path | [R] | The path of the object. |
| service | [W] | The service that the object is exported by. |
Defines an exportable method on the object with the given name sym, prototype and the code in a block.