Class: Reline::Core::DialogProc

Inherits:
Struct show all
Defined in:
lib/reline.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

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



169
170
171
# File 'lib/reline.rb', line 169

def context
  @context
end

#dialog_procObject

Returns the value of attribute dialog_proc

Returns:

  • (Object)

    the current value of dialog_proc



169
170
171
# File 'lib/reline.rb', line 169

def dialog_proc
  @dialog_proc
end