Class: Glib::JsonUi::MenuBuilder::Label

Inherits:
MenuItem show all
Defined in:
app/helpers/glib/json_ui/menu_builder.rb

Instance Attribute Summary

Attributes inherited from JsonUiElement

#json, #page

Instance Method Summary collapse

Methods inherited from JsonUiElement

#initialize, #props

Constructor Details

This class inherits a constructor from Glib::JsonUi::JsonUiElement

Instance Method Details

#createdObject

Override



52
53
54
55
56
# File 'app/helpers/glib/json_ui/menu_builder.rb', line 52

def created
  super

  json.type 'label'
end