Class: Noticed::BulkDeliveryMethods::Test

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

Instance Attribute Summary

Attributes inherited from DeliveryMethod

#config, #event, #notification

Instance Method Summary collapse

Methods inherited from DeliveryMethod

#evaluate_option, #fetch_constant, #perform

Methods included from ApiClient

#post_request

Instance Method Details

#deliverObject



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

def deliver
  delivered << notification
end