Class: Ruvi::EditorApp::SearchContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/shikaku.rb

Overview

TODO move out…

Instance Attribute Summary collapse

Instance Attribute Details

#already_performedObject

Returns the value of attribute already_performed

Returns:

  • (Object)

    the current value of already_performed



78
79
80
# File 'lib/shikaku.rb', line 78

def already_performed
  @already_performed
end

#got_no_keyObject

Returns the value of attribute got_no_key

Returns:

  • (Object)

    the current value of got_no_key



78
79
80
# File 'lib/shikaku.rb', line 78

def got_no_key
  @got_no_key
end

#history_posObject

Returns the value of attribute history_pos

Returns:

  • (Object)

    the current value of history_pos



78
79
80
# File 'lib/shikaku.rb', line 78

def history_pos
  @history_pos
end

#reverseObject

Returns the value of attribute reverse

Returns:

  • (Object)

    the current value of reverse



78
79
80
# File 'lib/shikaku.rb', line 78

def reverse
  @reverse
end

#stringObject

Returns the value of attribute string

Returns:

  • (Object)

    the current value of string



78
79
80
# File 'lib/shikaku.rb', line 78

def string
  @string
end