Class: Noticed::DeliveryMethods::Discord
- Inherits:
-
BulkDeliveryMethod
- Object
- ActiveJob::Base
- ApplicationJob
- BulkDeliveryMethod
- Noticed::DeliveryMethods::Discord
- Defined in:
- lib/noticed/delivery_methods/discord.rb
Instance Attribute Summary
Attributes inherited from BulkDeliveryMethod
Instance Method Summary collapse
Methods inherited from BulkDeliveryMethod
#evaluate_option, #fetch_constant, #perform
Methods included from ApiClient
Instance Method Details
#deliver ⇒ Object
6 7 8 |
# File 'lib/noticed/delivery_methods/discord.rb', line 6 def deliver post_request evaluate_option(:url), headers: evaluate_option(:headers), json: evaluate_option(:json) end |