Class: Noticed::BulkDeliveryMethods::Test
- Inherits:
-
Noticed::BulkDeliveryMethod
- Object
- ActiveJob::Base
- ApplicationJob
- Noticed::BulkDeliveryMethod
- Noticed::BulkDeliveryMethods::Test
- Defined in:
- lib/noticed/bulk_delivery_methods/test.rb
Instance Attribute Summary
Attributes inherited from Noticed::BulkDeliveryMethod
Instance Method Summary collapse
Methods inherited from Noticed::BulkDeliveryMethod
#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 << event end |