Class: SidekiqBatch::Announcement::Fired

Inherits:
Struct
  • Object
show all
Defined in:
app/models/sidekiq_batch/announcement.rb

Instance Attribute Summary collapse

Instance Attribute Details

#eventObject

Returns the value of attribute event

Returns:

  • (Object)

    the current value of event



5
6
7
# File 'app/models/sidekiq_batch/announcement.rb', line 5

def event
  @event
end

#job_classObject

Returns the value of attribute job_class

Returns:

  • (Object)

    the current value of job_class



5
6
7
# File 'app/models/sidekiq_batch/announcement.rb', line 5

def job_class
  @job_class
end