Class: LcpRuby::BackgroundJobs::Declarative::BaseAction
- Inherits:
-
BaseHandler
- Object
- BaseHandler
- LcpRuby::BackgroundJobs::Declarative::BaseAction
- Defined in:
- lib/lcp_ruby/background_jobs/declarative/base_action.rb
Direct Known Subclasses
CallWebhookAction, FireEventAction, RunScopeAction, SendNotificationAction
Instance Attribute Summary
Attributes inherited from BaseHandler
Instance Method Summary collapse
Methods inherited from BaseHandler
#attach_result!, #check_cancellation!, #flush_log!, #initialize, #log!, #params, #perform, #set_result_url!, #target_record, #triggered_by, #update_progress!
Constructor Details
This class inherits a constructor from LcpRuby::BackgroundJobs::BaseHandler
Instance Method Details
#config ⇒ Object
5 6 7 |
# File 'lib/lcp_ruby/background_jobs/declarative/base_action.rb', line 5 def config definition.handler_config end |