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