Class: Ocak::PipelineRunner::StepContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/ocak/pipeline_runner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#chdirObject

Returns the value of attribute chdir

Returns:

  • (Object)

    the current value of chdir



15
16
17
# File 'lib/ocak/pipeline_runner.rb', line 15

def chdir
  @chdir
end

#idxObject

Returns the value of attribute idx

Returns:

  • (Object)

    the current value of idx



15
16
17
# File 'lib/ocak/pipeline_runner.rb', line 15

def idx
  @idx
end

#issue_numberObject

Returns the value of attribute issue_number

Returns:

  • (Object)

    the current value of issue_number



15
16
17
# File 'lib/ocak/pipeline_runner.rb', line 15

def issue_number
  @issue_number
end

#loggerObject

Returns the value of attribute logger

Returns:

  • (Object)

    the current value of logger



15
16
17
# File 'lib/ocak/pipeline_runner.rb', line 15

def logger
  @logger
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



15
16
17
# File 'lib/ocak/pipeline_runner.rb', line 15

def result
  @result
end

#roleObject

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



15
16
17
# File 'lib/ocak/pipeline_runner.rb', line 15

def role
  @role
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



15
16
17
# File 'lib/ocak/pipeline_runner.rb', line 15

def state
  @state
end