Class: Ruvi::EditorApp::SearchContext
- Inherits:
-
Struct
- Object
- Struct
- Ruvi::EditorApp::SearchContext
- Defined in:
- lib/shikaku.rb
Overview
TODO move out…
Instance Attribute Summary collapse
-
#already_performed ⇒ Object
Returns the value of attribute already_performed.
-
#got_no_key ⇒ Object
Returns the value of attribute got_no_key.
-
#history_pos ⇒ Object
Returns the value of attribute history_pos.
-
#reverse ⇒ Object
Returns the value of attribute reverse.
-
#string ⇒ Object
Returns the value of attribute string.
Instance Attribute Details
#already_performed ⇒ Object
Returns the value of attribute already_performed
78 79 80 |
# File 'lib/shikaku.rb', line 78 def already_performed @already_performed end |
#got_no_key ⇒ Object
Returns the value of attribute got_no_key
78 79 80 |
# File 'lib/shikaku.rb', line 78 def got_no_key @got_no_key end |
#history_pos ⇒ Object
Returns the value of attribute history_pos
78 79 80 |
# File 'lib/shikaku.rb', line 78 def history_pos @history_pos end |
#reverse ⇒ Object
Returns the value of attribute reverse
78 79 80 |
# File 'lib/shikaku.rb', line 78 def reverse @reverse end |
#string ⇒ Object
Returns the value of attribute string
78 79 80 |
# File 'lib/shikaku.rb', line 78 def string @string end |