Method: LibyuiClient::App#tree
- Defined in:
- lib/libyui_client/app.rb
#tree(filter) ⇒ Widgets::Tree
Initializes new instance of Tree with the filter provided. Does not make request to libyui-rest-api.
192 193 194 |
# File 'lib/libyui_client/app.rb', line 192 def tree(filter) Widgets::Tree.new(, FilterExtractor.new(filter)) end |