Class: Appydave::Tools::ZshHistory::FilterResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/appydave/tools/zsh_history/command.rb

Overview

Result of filtering operations

Instance Attribute Summary collapse

Instance Attribute Details

#statsObject

Returns the value of attribute stats

Returns:

  • (Object)

    the current value of stats



28
29
30
# File 'lib/appydave/tools/zsh_history/command.rb', line 28

def stats
  @stats
end

#unsureObject

Returns the value of attribute unsure

Returns:

  • (Object)

    the current value of unsure



28
29
30
# File 'lib/appydave/tools/zsh_history/command.rb', line 28

def unsure
  @unsure
end

#unwantedObject

Returns the value of attribute unwanted

Returns:

  • (Object)

    the current value of unwanted



28
29
30
# File 'lib/appydave/tools/zsh_history/command.rb', line 28

def unwanted
  @unwanted
end

#wantedObject

Returns the value of attribute wanted

Returns:

  • (Object)

    the current value of wanted



28
29
30
# File 'lib/appydave/tools/zsh_history/command.rb', line 28

def wanted
  @wanted
end