Class: DBus::Service
- Inherits:
-
Object
- Object
- DBus::Service
- Defined in:
- lib/dbus.rb
Overview
Base class for exporting your own Services across the Bus
Just inherit from Service, providing the name of your service (e.g. org.designfu.SampleService)
Instance Method Summary collapse
-
#get_bus ⇒ Object
The bus this service is defined on.
-
#get_name ⇒ Object
The name of this service.
-
#initialize(name, bus = nil) ⇒ Service
constructor
A new instance of Service.