Class: Ocak::StateManagement::StepContext

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

Instance Attribute Summary collapse

Instance Attribute Details

#chdirObject

Returns the value of attribute chdir

Returns:

  • (Object)

    the current value of chdir



9
10
11
# File 'lib/ocak/state_management.rb', line 9

def chdir
  @chdir
end

#idxObject

Returns the value of attribute idx

Returns:

  • (Object)

    the current value of idx



9
10
11
# File 'lib/ocak/state_management.rb', line 9

def idx
  @idx
end

#issue_numberObject

Returns the value of attribute issue_number

Returns:

  • (Object)

    the current value of issue_number



9
10
11
# File 'lib/ocak/state_management.rb', line 9

def issue_number
  @issue_number
end

#loggerObject

Returns the value of attribute logger

Returns:

  • (Object)

    the current value of logger



9
10
11
# File 'lib/ocak/state_management.rb', line 9

def logger
  @logger
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



9
10
11
# File 'lib/ocak/state_management.rb', line 9

def result
  @result
end

#roleObject

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



9
10
11
# File 'lib/ocak/state_management.rb', line 9

def role
  @role
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



9
10
11
# File 'lib/ocak/state_management.rb', line 9

def state
  @state
end