Method: Pushr::Daemon::Settings#initialize
- Defined in:
- lib/pushr/daemon/settings.rb
#initialize ⇒ Settings
Returns a new instance of Settings.
7 8 9 10 11 12 13 |
# File 'lib/pushr/daemon/settings.rb', line 7 def initialize @foreground = false @error_notification = false @feedback_processor = nil @stats_processor = nil @pid_file = nil end |