Method: Pushr::Daemon::DeliveryError#initialize
- Defined in:
- lib/pushr/daemon/delivery_error.rb
#initialize(code, message, description, source, notify = true) ⇒ DeliveryError
Returns a new instance of DeliveryError.
6 7 8 9 10 11 12 |
# File 'lib/pushr/daemon/delivery_error.rb', line 6 def initialize(code, , description, source, notify = true) @code = code = @description = description @source = source @notify = notify end |