Class: RailsConsolePro::QueueInsightsResult::JobSummary

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

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



5
6
7
# File 'lib/rails_console_pro/queue_insights_result.rb', line 5

def args
  @args
end

#attemptsObject

Returns the value of attribute attempts

Returns:

  • (Object)

    the current value of attempts



5
6
7
# File 'lib/rails_console_pro/queue_insights_result.rb', line 5

def attempts
  @attempts
end

#enqueued_atObject

Returns the value of attribute enqueued_at

Returns:

  • (Object)

    the current value of enqueued_at



5
6
7
# File 'lib/rails_console_pro/queue_insights_result.rb', line 5

def enqueued_at
  @enqueued_at
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



5
6
7
# File 'lib/rails_console_pro/queue_insights_result.rb', line 5

def error
  @error
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



5
6
7
# File 'lib/rails_console_pro/queue_insights_result.rb', line 5

def id
  @id
end

#job_classObject

Returns the value of attribute job_class

Returns:

  • (Object)

    the current value of job_class



5
6
7
# File 'lib/rails_console_pro/queue_insights_result.rb', line 5

def job_class
  @job_class
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



5
6
7
# File 'lib/rails_console_pro/queue_insights_result.rb', line 5

def 
  
end

#queueObject

Returns the value of attribute queue

Returns:

  • (Object)

    the current value of queue



5
6
7
# File 'lib/rails_console_pro/queue_insights_result.rb', line 5

def queue
  @queue
end

#scheduled_atObject

Returns the value of attribute scheduled_at

Returns:

  • (Object)

    the current value of scheduled_at



5
6
7
# File 'lib/rails_console_pro/queue_insights_result.rb', line 5

def scheduled_at
  @scheduled_at
end