Class: Noticed::DeliveryMethods::Test

Inherits:
Noticed::DeliveryMethod show all
Defined in:
lib/noticed/delivery_methods/test.rb

Instance Attribute Summary

Attributes inherited from Noticed::DeliveryMethod

#config, #event, #notification

Instance Method Summary collapse

Methods inherited from Noticed::DeliveryMethod

#evaluate_option, #fetch_constant, #perform

Methods included from ApiClient

#post_request

Instance Method Details

#deliverObject



6
7
8
# File 'lib/noticed/delivery_methods/test.rb', line 6

def deliver
  delivered << notification
end