Class: Bricolage::DAO::Job::Attributes
- Inherits:
-
Struct
- Object
- Struct
- Bricolage::DAO::Job::Attributes
- Defined in:
- lib/bricolage/dao/job.rb
Instance Attribute Summary collapse
-
#executor_id ⇒ Object
Returns the value of attribute executor_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#job_name ⇒ Object
Returns the value of attribute job_name.
-
#jobnet_id ⇒ Object
Returns the value of attribute jobnet_id.
-
#subsystem ⇒ Object
Returns the value of attribute subsystem.
Instance Attribute Details
#executor_id ⇒ Object
Returns the value of attribute executor_id
9 10 11 |
# File 'lib/bricolage/dao/job.rb', line 9 def executor_id @executor_id end |
#id ⇒ Object
Returns the value of attribute id
9 10 11 |
# File 'lib/bricolage/dao/job.rb', line 9 def id @id end |
#job_name ⇒ Object
Returns the value of attribute job_name
9 10 11 |
# File 'lib/bricolage/dao/job.rb', line 9 def job_name @job_name end |
#jobnet_id ⇒ Object
Returns the value of attribute jobnet_id
9 10 11 |
# File 'lib/bricolage/dao/job.rb', line 9 def jobnet_id @jobnet_id end |
#subsystem ⇒ Object
Returns the value of attribute subsystem
9 10 11 |
# File 'lib/bricolage/dao/job.rb', line 9 def subsystem @subsystem end |