Class: Ocak::PipelineExecutor::StepContext
- Inherits:
-
Struct
- Object
- Struct
- Ocak::PipelineExecutor::StepContext
- Defined in:
- lib/ocak/pipeline_executor.rb
Instance Attribute Summary collapse
-
#chdir ⇒ Object
Returns the value of attribute chdir.
-
#idx ⇒ Object
Returns the value of attribute idx.
-
#issue_number ⇒ Object
Returns the value of attribute issue_number.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#result ⇒ Object
Returns the value of attribute result.
-
#role ⇒ Object
Returns the value of attribute role.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#chdir ⇒ Object
Returns the value of attribute chdir
13 14 15 |
# File 'lib/ocak/pipeline_executor.rb', line 13 def chdir @chdir end |
#idx ⇒ Object
Returns the value of attribute idx
13 14 15 |
# File 'lib/ocak/pipeline_executor.rb', line 13 def idx @idx end |
#issue_number ⇒ Object
Returns the value of attribute issue_number
13 14 15 |
# File 'lib/ocak/pipeline_executor.rb', line 13 def issue_number @issue_number end |
#logger ⇒ Object
Returns the value of attribute logger
13 14 15 |
# File 'lib/ocak/pipeline_executor.rb', line 13 def logger @logger end |
#result ⇒ Object
Returns the value of attribute result
13 14 15 |
# File 'lib/ocak/pipeline_executor.rb', line 13 def result @result end |
#role ⇒ Object
Returns the value of attribute role
13 14 15 |
# File 'lib/ocak/pipeline_executor.rb', line 13 def role @role end |
#state ⇒ Object
Returns the value of attribute state
13 14 15 |
# File 'lib/ocak/pipeline_executor.rb', line 13 def state @state end |