Class: RailsConsolePro::QueueInsightsResult::JobSummary
- Inherits:
-
Struct
- Object
- Struct
- RailsConsolePro::QueueInsightsResult::JobSummary
- Defined in:
- lib/rails_console_pro/queue_insights_result.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#attempts ⇒ Object
Returns the value of attribute attempts.
-
#enqueued_at ⇒ Object
Returns the value of attribute enqueued_at.
-
#error ⇒ Object
Returns the value of attribute error.
-
#id ⇒ Object
Returns the value of attribute id.
-
#job_class ⇒ Object
Returns the value of attribute job_class.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#queue ⇒ Object
Returns the value of attribute queue.
-
#scheduled_at ⇒ Object
Returns the value of attribute scheduled_at.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
5 6 7 |
# File 'lib/rails_console_pro/queue_insights_result.rb', line 5 def args @args end |
#attempts ⇒ Object
Returns the value of attribute attempts
5 6 7 |
# File 'lib/rails_console_pro/queue_insights_result.rb', line 5 def attempts @attempts end |
#enqueued_at ⇒ Object
Returns the value of attribute enqueued_at
5 6 7 |
# File 'lib/rails_console_pro/queue_insights_result.rb', line 5 def enqueued_at @enqueued_at end |
#error ⇒ Object
Returns the value of attribute error
5 6 7 |
# File 'lib/rails_console_pro/queue_insights_result.rb', line 5 def error @error end |
#id ⇒ Object
Returns the value of attribute id
5 6 7 |
# File 'lib/rails_console_pro/queue_insights_result.rb', line 5 def id @id end |
#job_class ⇒ Object
Returns the value of attribute job_class
5 6 7 |
# File 'lib/rails_console_pro/queue_insights_result.rb', line 5 def job_class @job_class end |
#metadata ⇒ Object
Returns the value of attribute metadata
5 6 7 |
# File 'lib/rails_console_pro/queue_insights_result.rb', line 5 def end |
#queue ⇒ Object
Returns the value of attribute queue
5 6 7 |
# File 'lib/rails_console_pro/queue_insights_result.rb', line 5 def queue @queue end |
#scheduled_at ⇒ Object
Returns the value of attribute scheduled_at
5 6 7 |
# File 'lib/rails_console_pro/queue_insights_result.rb', line 5 def scheduled_at @scheduled_at end |