Class: Reline::LineEditor::MenuInfo

Inherits:
Struct show all
Defined in:
lib/reline/line_editor.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#as_json, json_create, #pretty_print, #pretty_print_cycle, #to_json

Instance Attribute Details

#listObject

Returns the value of attribute list

Returns:

  • (Object)

    the current value of list



52
53
54
# File 'lib/reline/line_editor.rb', line 52

def list
  @list
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



52
53
54
# File 'lib/reline/line_editor.rb', line 52

def target
  @target
end