Class: Ocak::StateManagement::StepContext
- Inherits:
-
Struct
- Object
- Struct
- Ocak::StateManagement::StepContext
- Defined in:
- lib/ocak/state_management.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
9 10 11 |
# File 'lib/ocak/state_management.rb', line 9 def chdir @chdir end |
#idx ⇒ Object
Returns the value of attribute idx
9 10 11 |
# File 'lib/ocak/state_management.rb', line 9 def idx @idx end |
#issue_number ⇒ Object
Returns the value of attribute issue_number
9 10 11 |
# File 'lib/ocak/state_management.rb', line 9 def issue_number @issue_number end |
#logger ⇒ Object
Returns the value of attribute logger
9 10 11 |
# File 'lib/ocak/state_management.rb', line 9 def logger @logger end |
#result ⇒ Object
Returns the value of attribute result
9 10 11 |
# File 'lib/ocak/state_management.rb', line 9 def result @result end |
#role ⇒ Object
Returns the value of attribute role
9 10 11 |
# File 'lib/ocak/state_management.rb', line 9 def role @role end |
#state ⇒ Object
Returns the value of attribute state
9 10 11 |
# File 'lib/ocak/state_management.rb', line 9 def state @state end |