Class: LcpRuby::BackgroundJobs::Declarative::BaseAction

Inherits:
BaseHandler
  • Object
show all
Defined in:
lib/lcp_ruby/background_jobs/declarative/base_action.rb

Instance Attribute Summary

Attributes inherited from BaseHandler

#definition, #execution

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

#configObject



5
6
7
# File 'lib/lcp_ruby/background_jobs/declarative/base_action.rb', line 5

def config
  definition.handler_config
end