Class: Glib::JsonUi::MenuBuilder::Label
- Inherits:
-
MenuItem
- Object
- JsonUiElement
- MenuItem
- Glib::JsonUi::MenuBuilder::Label
- Defined in:
- app/helpers/glib/json_ui/menu_builder.rb
Instance Attribute Summary
Attributes inherited from JsonUiElement
Instance Method Summary collapse
-
#created ⇒ Object
Override.
Methods inherited from JsonUiElement
Constructor Details
This class inherits a constructor from Glib::JsonUi::JsonUiElement
Instance Method Details
#created ⇒ Object
Override
53 54 55 56 57 |
# File 'app/helpers/glib/json_ui/menu_builder.rb', line 53 def created super json.type 'label' end |