Method: LibyuiClient::App#label
- Defined in:
- lib/libyui_client/app.rb
#label(filter) ⇒ Widgets::Label
Initializes new instance of Label with the filter provided. Does not make request to libyui-rest-api.
72 73 74 |
# File 'lib/libyui_client/app.rb', line 72 def label(filter) Widgets::Label.new(@widget_controller, FilterExtractor.new(filter)) end |