Class: Bricolage::LogFilePath::Params
- Inherits:
-
Struct
- Object
- Struct
- Bricolage::LogFilePath::Params
- Defined in:
- lib/bricolage/logfilepath.rb
Instance Attribute Summary collapse
-
#job_ref ⇒ Object
Returns the value of attribute job_ref.
-
#job_start_time ⇒ Object
Returns the value of attribute job_start_time.
-
#jobnet_id ⇒ Object
Returns the value of attribute jobnet_id.
-
#jobnet_start_time ⇒ Object
Returns the value of attribute jobnet_start_time.
Instance Attribute Details
#job_ref ⇒ Object
Returns the value of attribute job_ref
23 24 25 |
# File 'lib/bricolage/logfilepath.rb', line 23 def job_ref @job_ref end |
#job_start_time ⇒ Object
Returns the value of attribute job_start_time
23 24 25 |
# File 'lib/bricolage/logfilepath.rb', line 23 def job_start_time @job_start_time end |
#jobnet_id ⇒ Object
Returns the value of attribute jobnet_id
23 24 25 |
# File 'lib/bricolage/logfilepath.rb', line 23 def jobnet_id @jobnet_id end |
#jobnet_start_time ⇒ Object
Returns the value of attribute jobnet_start_time
23 24 25 |
# File 'lib/bricolage/logfilepath.rb', line 23 def jobnet_start_time @jobnet_start_time end |