Class: Bricolage::StreamingLoad::Job::ControlConnection::JobInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/bricolage/streamingload/job.rb

Instance Attribute Summary collapse

Instance Attribute Details

#job_idObject

Returns the value of attribute job_id

Returns:

  • (Object)

    the current value of job_id



349
350
351
# File 'lib/bricolage/streamingload/job.rb', line 349

def job_id
  @job_id
end

#start_timeObject

Returns the value of attribute start_time

Returns:

  • (Object)

    the current value of start_time



349
350
351
# File 'lib/bricolage/streamingload/job.rb', line 349

def start_time
  @start_time
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



349
350
351
# File 'lib/bricolage/streamingload/job.rb', line 349

def status
  @status
end