Class: RailsConsolePro::QueueInsightsResult::ExecutionSummary
- Inherits:
-
Struct
- Object
- Struct
- RailsConsolePro::QueueInsightsResult::ExecutionSummary
- Defined in:
- lib/rails_console_pro/queue_insights_result.rb
Instance Attribute Summary collapse
-
#hostname ⇒ Object
Returns the value of attribute hostname.
-
#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.
-
#runtime_ms ⇒ Object
Returns the value of attribute runtime_ms.
-
#started_at ⇒ Object
Returns the value of attribute started_at.
-
#worker ⇒ Object
Returns the value of attribute worker.
Instance Attribute Details
#hostname ⇒ Object
Returns the value of attribute hostname
18 19 20 |
# File 'lib/rails_console_pro/queue_insights_result.rb', line 18 def hostname @hostname end |
#id ⇒ Object
Returns the value of attribute id
18 19 20 |
# File 'lib/rails_console_pro/queue_insights_result.rb', line 18 def id @id end |
#job_class ⇒ Object
Returns the value of attribute job_class
18 19 20 |
# File 'lib/rails_console_pro/queue_insights_result.rb', line 18 def job_class @job_class end |
#metadata ⇒ Object
Returns the value of attribute metadata
18 19 20 |
# File 'lib/rails_console_pro/queue_insights_result.rb', line 18 def end |
#queue ⇒ Object
Returns the value of attribute queue
18 19 20 |
# File 'lib/rails_console_pro/queue_insights_result.rb', line 18 def queue @queue end |
#runtime_ms ⇒ Object
Returns the value of attribute runtime_ms
18 19 20 |
# File 'lib/rails_console_pro/queue_insights_result.rb', line 18 def runtime_ms @runtime_ms end |
#started_at ⇒ Object
Returns the value of attribute started_at
18 19 20 |
# File 'lib/rails_console_pro/queue_insights_result.rb', line 18 def started_at @started_at end |
#worker ⇒ Object
Returns the value of attribute worker
18 19 20 |
# File 'lib/rails_console_pro/queue_insights_result.rb', line 18 def worker @worker end |