Class: Kward::GitWorktreeManager::WorktreeInfo
- Inherits:
-
Struct
- Object
- Struct
- Kward::GitWorktreeManager::WorktreeInfo
- Defined in:
- lib/kward/git_worktree_manager.rb
Instance Attribute Summary collapse
-
#branch ⇒ Object
Returns the value of attribute branch.
-
#detached ⇒ Object
Returns the value of attribute detached.
-
#head ⇒ Object
Returns the value of attribute head.
-
#locked ⇒ Object
Returns the value of attribute locked.
-
#path ⇒ Object
Returns the value of attribute path.
-
#prunable ⇒ Object
Returns the value of attribute prunable.
Instance Attribute Details
#branch ⇒ Object
Returns the value of attribute branch
62 63 64 |
# File 'lib/kward/git_worktree_manager.rb', line 62 def branch @branch end |
#detached ⇒ Object
Returns the value of attribute detached
62 63 64 |
# File 'lib/kward/git_worktree_manager.rb', line 62 def detached @detached end |
#head ⇒ Object
Returns the value of attribute head
62 63 64 |
# File 'lib/kward/git_worktree_manager.rb', line 62 def head @head end |
#locked ⇒ Object
Returns the value of attribute locked
62 63 64 |
# File 'lib/kward/git_worktree_manager.rb', line 62 def locked @locked end |
#path ⇒ Object
Returns the value of attribute path
62 63 64 |
# File 'lib/kward/git_worktree_manager.rb', line 62 def path @path end |
#prunable ⇒ Object
Returns the value of attribute prunable
62 63 64 |
# File 'lib/kward/git_worktree_manager.rb', line 62 def prunable @prunable end |