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



71
72
73
# File 'lib/ocak/worktree_manager.rb', line 71

def branch
  @branch
end

#issue_numberObject

Returns the value of attribute issue_number

Returns:

  • (Object)

    the current value of issue_number



71
72
73
# File 'lib/ocak/worktree_manager.rb', line 71

def issue_number
  @issue_number
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



71
72
73
# File 'lib/ocak/worktree_manager.rb', line 71

def path
  @path
end