Class: Draisine::InboundUpdateJob
- Inherits:
-
JobBase
- Object
- ActiveJob::Base
- JobBase
- Draisine::InboundUpdateJob
- Defined in:
- lib/draisine/jobs/inbound_update_job.rb
Instance Method Summary collapse
Methods inherited from JobBase
#deserialize, #perform, #retries_count, #retry_attempt, #serialize
Methods inherited from ActiveJob::Base
Instance Method Details
#_perform(class_name, attributes) ⇒ Object
3 4 5 6 |
# File 'lib/draisine/jobs/inbound_update_job.rb', line 3 def _perform(class_name, attributes) klass = class_name.constantize klass.salesforce_inbound_update(attributes) end |