Method: APND::Settings::Notification#initialize
- Defined in:
- lib/apnd/settings.rb
#initialize ⇒ Notification
Returns a new instance of Notification.
101 102 103 104 |
# File 'lib/apnd/settings.rb', line 101 def initialize @host = 'localhost' @port = 22195 end |