Class: Reline::Core::DialogProc

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

Instance Attribute Summary collapse

Instance Attribute Details

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



160
161
162
# File 'lib/reline.rb', line 160

def context
  @context
end

#dialog_procObject

Returns the value of attribute dialog_proc

Returns:

  • (Object)

    the current value of dialog_proc



160
161
162
# File 'lib/reline.rb', line 160

def dialog_proc
  @dialog_proc
end