Class: Glib::JsonUi::ViewBuilder::Skeleton
- Inherits:
-
View
- Object
- JsonUiElement
- View
- Glib::JsonUi::ViewBuilder::Skeleton
- Defined in:
- app/helpers/glib/json_ui/view_builder.rb
Instance Attribute Summary
Attributes inherited from JsonUiElement
Instance Method Summary collapse
Methods inherited from View
Methods inherited from JsonUiElement
Constructor Details
This class inherits a constructor from Glib::JsonUi::JsonUiElement
Instance Method Details
#template(value) ⇒ Object
362 363 364 |
# File 'app/helpers/glib/json_ui/view_builder.rb', line 362 def template(value) json.set! 'template', value end |