Class: Reline::LineEditor::MenuInfo
- Inherits:
-
Struct
- Object
- Struct
- Reline::LineEditor::MenuInfo
- Defined in:
- lib/reline/line_editor.rb
Instance Attribute Summary collapse
-
#list ⇒ Object
Returns the value of attribute list.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Attribute Details
#list ⇒ Object
Returns the value of attribute list
51 52 53 |
# File 'lib/reline/line_editor.rb', line 51 def list @list end |
#target ⇒ Object
Returns the value of attribute target
51 52 53 |
# File 'lib/reline/line_editor.rb', line 51 def target @target end |