Method: CWM::ValueBasedWidget#value
- Defined in:
- library/cwm/src/lib/cwm/common_widgets.rb
#value ⇒ Object
Get widget value
Calling this method only make sense when the widget is displayed (see #displayed?).
34 35 36 |
# File 'library/cwm/src/lib/cwm/common_widgets.rb', line 34 def value Yast::UI.QueryWidget(Id(), :Value) end |