Class: Reline::LineEditor::MenuInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#listObject

Returns the value of attribute list

Returns:

  • (Object)

    the current value of list



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

def list
  @list
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



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

def target
  @target
end