Class: Reline::Core::DialogProc
- Inherits:
-
Struct
- Object
- Struct
- Reline::Core::DialogProc
- Defined in:
- lib/reline.rb
Instance Attribute Summary collapse
-
#context ⇒ Object
Returns the value of attribute context.
-
#dialog_proc ⇒ Object
Returns the value of attribute dialog_proc.
Instance Attribute Details
#context ⇒ Object
Returns the value of attribute context
160 161 162 |
# File 'lib/reline.rb', line 160 def context @context end |
#dialog_proc ⇒ Object
Returns the value of attribute dialog_proc
160 161 162 |
# File 'lib/reline.rb', line 160 def dialog_proc @dialog_proc end |