Class: Ocak::WorktreeManager::Worktree
- Inherits:
-
Struct
- Object
- Struct
- Ocak::WorktreeManager::Worktree
- Defined in:
- lib/ocak/worktree_manager.rb
Overview
rubocop:disable Style/RedundantStructKeywordInit
Instance Attribute Summary collapse
-
#branch ⇒ Object
Returns the value of attribute branch.
-
#issue_number ⇒ Object
Returns the value of attribute issue_number.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#branch ⇒ Object
Returns the value of attribute branch
71 72 73 |
# File 'lib/ocak/worktree_manager.rb', line 71 def branch @branch end |
#issue_number ⇒ Object
Returns the value of attribute issue_number
71 72 73 |
# File 'lib/ocak/worktree_manager.rb', line 71 def issue_number @issue_number end |
#path ⇒ Object
Returns the value of attribute path
71 72 73 |
# File 'lib/ocak/worktree_manager.rb', line 71 def path @path end |