Class: RText::DefaultCompleter::CompletionOption
- Inherits:
-
Struct
- Object
- Struct
- RText::DefaultCompleter::CompletionOption
- Defined in:
- lib/rtext/default_completer.rb
Instance Attribute Summary collapse
-
#extra ⇒ Object
Returns the value of attribute extra.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#extra ⇒ Object
Returns the value of attribute extra
7 8 9 |
# File 'lib/rtext/default_completer.rb', line 7 def extra @extra end |
#text ⇒ Object
Returns the value of attribute text
7 8 9 |
# File 'lib/rtext/default_completer.rb', line 7 def text @text end |