Class: Noticed::BulkDeliveryMethods::Test
- Inherits:
-
DeliveryMethod
- Object
- DeliveryMethod
- Noticed::BulkDeliveryMethods::Test
- 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
Instance Method Details
#deliver ⇒ Object
6 7 8 |
# File 'lib/noticed/bulk_delivery_methods/test.rb', line 6 def deliver delivered << notification end |