Class: RailsConsolePro::QueueInsightsResult::ExecutionSummary

Inherits:
Struct
  • Object
show all
Defined in:
lib/rails_console_pro/queue_insights_result.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hostnameObject

Returns the value of attribute hostname

Returns:

  • (Object)

    the current value of hostname



18
19
20
# File 'lib/rails_console_pro/queue_insights_result.rb', line 18

def hostname
  @hostname
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



18
19
20
# File 'lib/rails_console_pro/queue_insights_result.rb', line 18

def id
  @id
end

#job_classObject

Returns the value of attribute job_class

Returns:

  • (Object)

    the current value of job_class



18
19
20
# File 'lib/rails_console_pro/queue_insights_result.rb', line 18

def job_class
  @job_class
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



18
19
20
# File 'lib/rails_console_pro/queue_insights_result.rb', line 18

def 
  
end

#queueObject

Returns the value of attribute queue

Returns:

  • (Object)

    the current value of queue



18
19
20
# File 'lib/rails_console_pro/queue_insights_result.rb', line 18

def queue
  @queue
end

#runtime_msObject

Returns the value of attribute runtime_ms

Returns:

  • (Object)

    the current value of runtime_ms



18
19
20
# File 'lib/rails_console_pro/queue_insights_result.rb', line 18

def runtime_ms
  @runtime_ms
end

#started_atObject

Returns the value of attribute started_at

Returns:

  • (Object)

    the current value of started_at



18
19
20
# File 'lib/rails_console_pro/queue_insights_result.rb', line 18

def started_at
  @started_at
end

#workerObject

Returns the value of attribute worker

Returns:

  • (Object)

    the current value of worker



18
19
20
# File 'lib/rails_console_pro/queue_insights_result.rb', line 18

def worker
  @worker
end