Class: WifiWand::Platforms::Mac::Helper::GitSkipWorktree::StatusEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/wifi_wand/platforms/mac/helper/git_skip_worktree.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#flagObject

Returns the value of attribute flag

Returns:

  • (Object)

    the current value of flag



37
38
39
# File 'lib/wifi_wand/platforms/mac/helper/git_skip_worktree.rb', line 37

def flag
  @flag
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



37
38
39
# File 'lib/wifi_wand/platforms/mac/helper/git_skip_worktree.rb', line 37

def path
  @path
end

Instance Method Details

#skipped?Boolean

Returns:

  • (Boolean)


38
# File 'lib/wifi_wand/platforms/mac/helper/git_skip_worktree.rb', line 38

def skipped? = flag == 'S'