Class: Glib::JsonUi::ListBuilders::TreeTemplate
- Inherits:
-
AbstractBuilder
- Object
- AbstractBuilder
- Glib::JsonUi::ListBuilders::TreeTemplate
- Defined in:
- app/helpers/glib/json_ui/list_builders.rb
Defined Under Namespace
Classes: Standard
Instance Attribute Summary
Attributes inherited from AbstractBuilder
Instance Method Summary collapse
Methods inherited from AbstractBuilder
Constructor Details
This class inherits a constructor from Glib::JsonUi::AbstractBuilder
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(m, *args) ⇒ Object
80 81 82 |
# File 'app/helpers/glib/json_ui/list_builders.rb', line 80 def method_missing(m, *args) add_element_to_array 'template', m, *args end |