Class: Bricolage::DAO::JobExecution::Attributes
- Inherits:
-
Struct
- Object
- Struct
- Bricolage::DAO::JobExecution::Attributes
- Defined in:
- lib/bricolage/dao/jobexecution.rb
Instance Attribute Summary collapse
-
#job_execution_id ⇒ Object
Returns the value of attribute job_execution_id.
-
#job_id ⇒ Object
Returns the value of attribute job_id.
-
#job_name ⇒ Object
Returns the value of attribute job_name.
-
#subsystem ⇒ Object
Returns the value of attribute subsystem.
Instance Attribute Details
#job_execution_id ⇒ Object
Returns the value of attribute job_execution_id
13 14 15 |
# File 'lib/bricolage/dao/jobexecution.rb', line 13 def job_execution_id @job_execution_id end |
#job_id ⇒ Object
Returns the value of attribute job_id
13 14 15 |
# File 'lib/bricolage/dao/jobexecution.rb', line 13 def job_id @job_id end |
#job_name ⇒ Object
Returns the value of attribute job_name
13 14 15 |
# File 'lib/bricolage/dao/jobexecution.rb', line 13 def job_name @job_name end |
#subsystem ⇒ Object
Returns the value of attribute subsystem
13 14 15 |
# File 'lib/bricolage/dao/jobexecution.rb', line 13 def subsystem @subsystem end |