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.
-
#target_repo ⇒ Object
Returns the value of attribute target_repo.
Instance Attribute Details
#branch ⇒ Object
Returns the value of attribute branch
72 73 74 |
# File 'lib/ocak/worktree_manager.rb', line 72 def branch @branch end |
#issue_number ⇒ Object
Returns the value of attribute issue_number
72 73 74 |
# File 'lib/ocak/worktree_manager.rb', line 72 def issue_number @issue_number end |
#path ⇒ Object
Returns the value of attribute path
72 73 74 |
# File 'lib/ocak/worktree_manager.rb', line 72 def path @path end |
#target_repo ⇒ Object
Returns the value of attribute target_repo
72 73 74 |
# File 'lib/ocak/worktree_manager.rb', line 72 def target_repo @target_repo end |