Module: RETerm::CommonControls
- Included in:
- ComponentInput
- Defined in:
- lib/reterm/mixins/common_controls.rb
Overview
XXX copied from CDK
Instance Attribute Summary collapse
-
#quit_on_enter ⇒ Object
Returns the value of attribute quit_on_enter.
Instance Method Summary collapse
Instance Attribute Details
#quit_on_enter ⇒ Object
Returns the value of attribute quit_on_enter.
4 5 6 |
# File 'lib/reterm/mixins/common_controls.rb', line 4 def quit_on_enter @quit_on_enter end |
Instance Method Details
#quit_on_enter? ⇒ Boolean
11 12 13 |
# File 'lib/reterm/mixins/common_controls.rb', line 11 def quit_on_enter? @quit_on_enter_set ? @quit_on_enter : true end |