Class: WifiWand::Platforms::Mac::Helper::GitSkipWorktree::StatusEntry
- Inherits:
-
Struct
- Object
- Struct
- WifiWand::Platforms::Mac::Helper::GitSkipWorktree::StatusEntry
- Defined in:
- lib/wifi_wand/platforms/mac/helper/git_skip_worktree.rb
Instance Attribute Summary collapse
-
#flag ⇒ Object
Returns the value of attribute flag.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
Instance Attribute Details
#flag ⇒ Object
Returns the value of attribute flag
37 38 39 |
# File 'lib/wifi_wand/platforms/mac/helper/git_skip_worktree.rb', line 37 def flag @flag end |
#path ⇒ Object
Returns the value of attribute 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
38 |
# File 'lib/wifi_wand/platforms/mac/helper/git_skip_worktree.rb', line 38 def skipped? = flag == 'S' |