Skip to content
Kward Search API index

Class: Kward::GitWorktreeManager::WorktreeInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/kward/git_worktree_manager.rb

Instance Attribute Summary collapse

Instance Attribute Details

#branchObject

Returns the value of attribute branch

Returns:

  • (Object)

    the current value of branch



62
63
64
# File 'lib/kward/git_worktree_manager.rb', line 62

def branch
  @branch
end

#detachedObject

Returns the value of attribute detached

Returns:

  • (Object)

    the current value of detached



62
63
64
# File 'lib/kward/git_worktree_manager.rb', line 62

def detached
  @detached
end

#headObject

Returns the value of attribute head

Returns:

  • (Object)

    the current value of head



62
63
64
# File 'lib/kward/git_worktree_manager.rb', line 62

def head
  @head
end

#lockedObject

Returns the value of attribute locked

Returns:

  • (Object)

    the current value of locked



62
63
64
# File 'lib/kward/git_worktree_manager.rb', line 62

def locked
  @locked
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



62
63
64
# File 'lib/kward/git_worktree_manager.rb', line 62

def path
  @path
end

#prunableObject

Returns the value of attribute prunable

Returns:

  • (Object)

    the current value of prunable



62
63
64
# File 'lib/kward/git_worktree_manager.rb', line 62

def prunable
  @prunable
end