Class: DInstaller::DBus::Software::Proposal

Inherits:
DBus::Object
  • Object
show all
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

Constructor Details

#initialize(logger) ⇒ Proposal

Constructor

Parameters:

  • logger (Logger)


47
48
49
50
51
# File 'lib/dinstaller/dbus/software/proposal.rb', line 47

def initialize(logger)
  @logger = logger

  super(PATH)
end