Class: Bricolage::DAO::Job::Attributes

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

Instance Attribute Summary collapse

Instance Attribute Details

#executor_idObject

Returns the value of attribute executor_id

Returns:

  • (Object)

    the current value of executor_id



9
10
11
# File 'lib/bricolage/dao/job.rb', line 9

def executor_id
  @executor_id
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/bricolage/dao/job.rb', line 9

def id
  @id
end

#job_nameObject

Returns the value of attribute job_name

Returns:

  • (Object)

    the current value of job_name



9
10
11
# File 'lib/bricolage/dao/job.rb', line 9

def job_name
  @job_name
end

#jobnet_idObject

Returns the value of attribute jobnet_id

Returns:

  • (Object)

    the current value of jobnet_id



9
10
11
# File 'lib/bricolage/dao/job.rb', line 9

def jobnet_id
  @jobnet_id
end

#subsystemObject

Returns the value of attribute subsystem

Returns:

  • (Object)

    the current value of subsystem



9
10
11
# File 'lib/bricolage/dao/job.rb', line 9

def subsystem
  @subsystem
end