Class: Bricolage::DAO::JobExecution::Attributes

Inherits:
Struct
  • Object
show all
Defined in:
lib/bricolage/dao/jobexecution.rb

Instance Attribute Summary collapse

Instance Attribute Details

#job_execution_idObject

Returns the value of attribute job_execution_id

Returns:

  • (Object)

    the current value of job_execution_id



13
14
15
# File 'lib/bricolage/dao/jobexecution.rb', line 13

def job_execution_id
  @job_execution_id
end

#job_idObject

Returns the value of attribute job_id

Returns:

  • (Object)

    the current value of job_id



13
14
15
# File 'lib/bricolage/dao/jobexecution.rb', line 13

def job_id
  @job_id
end

#job_nameObject

Returns the value of attribute job_name

Returns:

  • (Object)

    the current value of job_name



13
14
15
# File 'lib/bricolage/dao/jobexecution.rb', line 13

def job_name
  @job_name
end

#subsystemObject

Returns the value of attribute subsystem

Returns:

  • (Object)

    the current value of subsystem



13
14
15
# File 'lib/bricolage/dao/jobexecution.rb', line 13

def subsystem
  @subsystem
end