Class: DInstaller::DBus::Software::Proposal
- Inherits:
-
DBus::Object
- Object
- DBus::Object
- DInstaller::DBus::Software::Proposal
- Defined in:
- lib/dinstaller/dbus/software/proposal.rb
Overview
Software proposal D-Bus representation
This class allows to change software proposal settings through D-Bus.
Instance Method Summary collapse
-
#initialize(logger) ⇒ Proposal
constructor
Constructor.
Constructor Details
#initialize(logger) ⇒ Proposal
Constructor
47 48 49 50 51 |
# File 'lib/dinstaller/dbus/software/proposal.rb', line 47 def initialize(logger) @logger = logger super(PATH) end |