Class: Glib::JsonUi::ViewBuilder::TabBar
- Inherits:
-
View
- Object
- JsonUiElement
- View
- Glib::JsonUi::ViewBuilder::TabBar
- 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
#tabButtons(block) ⇒ Object
148 149 150 151 152 |
# File 'app/helpers/glib/json_ui/view_builder.rb', line 148 def tabButtons(block) json.tabButtons do block.call page. end end |