Class: Appydave::Tools::ZshHistory::FilterResult
- Inherits:
-
Struct
- Object
- Struct
- Appydave::Tools::ZshHistory::FilterResult
- Defined in:
- lib/appydave/tools/zsh_history/command.rb
Overview
Result of filtering operations
Instance Attribute Summary collapse
-
#stats ⇒ Object
Returns the value of attribute stats.
-
#unsure ⇒ Object
Returns the value of attribute unsure.
-
#unwanted ⇒ Object
Returns the value of attribute unwanted.
-
#wanted ⇒ Object
Returns the value of attribute wanted.
Instance Attribute Details
#stats ⇒ Object
Returns the value of attribute stats
28 29 30 |
# File 'lib/appydave/tools/zsh_history/command.rb', line 28 def stats @stats end |
#unsure ⇒ Object
Returns the value of attribute unsure
28 29 30 |
# File 'lib/appydave/tools/zsh_history/command.rb', line 28 def unsure @unsure end |
#unwanted ⇒ Object
Returns the value of attribute unwanted
28 29 30 |
# File 'lib/appydave/tools/zsh_history/command.rb', line 28 def unwanted @unwanted end |
#wanted ⇒ Object
Returns the value of attribute wanted
28 29 30 |
# File 'lib/appydave/tools/zsh_history/command.rb', line 28 def wanted @wanted end |