Class: Ocak::WorktreeManager::Worktree

Inherits:
Struct
  • Object
show all
Defined in:
lib/ocak/worktree_manager.rb

Instance Attribute Summary collapse

Instance Attribute Details

#branchObject

Returns the value of attribute branch

Returns:

  • (Object)

    the current value of branch



63
64
65
# File 'lib/ocak/worktree_manager.rb', line 63

def branch
  @branch
end

#issue_numberObject

Returns the value of attribute issue_number

Returns:

  • (Object)

    the current value of issue_number



63
64
65
# File 'lib/ocak/worktree_manager.rb', line 63

def issue_number
  @issue_number
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



63
64
65
# File 'lib/ocak/worktree_manager.rb', line 63

def path
  @path
end