Class: Ocak::WorktreeManager::Worktree

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

Overview

rubocop:disable Style/RedundantStructKeywordInit

Instance Attribute Summary collapse

Instance Attribute Details

#branchObject

Returns the value of attribute branch

Returns:

  • (Object)

    the current value of branch



69
70
71
# File 'lib/ocak/worktree_manager.rb', line 69

def branch
  @branch
end

#issue_numberObject

Returns the value of attribute issue_number

Returns:

  • (Object)

    the current value of issue_number



69
70
71
# File 'lib/ocak/worktree_manager.rb', line 69

def issue_number
  @issue_number
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



69
70
71
# File 'lib/ocak/worktree_manager.rb', line 69

def path
  @path
end