Class: SolidQueueTui::Data::JobsQuery::Job

Inherits:
Struct
  • Object
show all
Defined in:
lib/solid_queue_tui/data/jobs_query.rb

Instance Attribute Summary collapse

Instance Attribute Details

#active_job_idObject

Returns the value of attribute active_job_id

Returns:

  • (Object)

    the current value of active_job_id



6
7
8
# File 'lib/solid_queue_tui/data/jobs_query.rb', line 6

def active_job_id
  @active_job_id
end

#argumentsObject

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



6
7
8
# File 'lib/solid_queue_tui/data/jobs_query.rb', line 6

def arguments
  @arguments
end

#class_nameObject

Returns the value of attribute class_name

Returns:

  • (Object)

    the current value of class_name



6
7
8
# File 'lib/solid_queue_tui/data/jobs_query.rb', line 6

def class_name
  @class_name
end

#concurrency_keyObject

Returns the value of attribute concurrency_key

Returns:

  • (Object)

    the current value of concurrency_key



6
7
8
# File 'lib/solid_queue_tui/data/jobs_query.rb', line 6

def concurrency_key
  @concurrency_key
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



6
7
8
# File 'lib/solid_queue_tui/data/jobs_query.rb', line 6

def created_at
  @created_at
end

#expires_atObject

Returns the value of attribute expires_at

Returns:

  • (Object)

    the current value of expires_at



6
7
8
# File 'lib/solid_queue_tui/data/jobs_query.rb', line 6

def expires_at
  @expires_at
end

#finished_atObject

Returns the value of attribute finished_at

Returns:

  • (Object)

    the current value of finished_at



6
7
8
# File 'lib/solid_queue_tui/data/jobs_query.rb', line 6

def finished_at
  @finished_at
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



6
7
8
# File 'lib/solid_queue_tui/data/jobs_query.rb', line 6

def id
  @id
end

#priorityObject

Returns the value of attribute priority

Returns:

  • (Object)

    the current value of priority



6
7
8
# File 'lib/solid_queue_tui/data/jobs_query.rb', line 6

def priority
  @priority
end

#queue_nameObject

Returns the value of attribute queue_name

Returns:

  • (Object)

    the current value of queue_name



6
7
8
# File 'lib/solid_queue_tui/data/jobs_query.rb', line 6

def queue_name
  @queue_name
end

#scheduled_atObject

Returns the value of attribute scheduled_at

Returns:

  • (Object)

    the current value of scheduled_at



6
7
8
# File 'lib/solid_queue_tui/data/jobs_query.rb', line 6

def scheduled_at
  @scheduled_at
end

#started_atObject

Returns the value of attribute started_at

Returns:

  • (Object)

    the current value of started_at



6
7
8
# File 'lib/solid_queue_tui/data/jobs_query.rb', line 6

def started_at
  @started_at
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



6
7
8
# File 'lib/solid_queue_tui/data/jobs_query.rb', line 6

def status
  @status
end

#worker_idObject

Returns the value of attribute worker_id

Returns:

  • (Object)

    the current value of worker_id



6
7
8
# File 'lib/solid_queue_tui/data/jobs_query.rb', line 6

def worker_id
  @worker_id
end