class Backburner::JobServer
Public Class Methods
new(raw_data, connection)
click to toggle source
# File lib/backburner/job_server.rb, line 4 def initialize raw_data, connection @raw_data = raw_data @connection = connection end
Public Instance Methods
time()
click to toggle source
# File lib/backburner/job_server.rb, line 9 def time @raw_data.srv_task_time end