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



78
79
80
81
82
# File 'app/helpers/glib/json_ui/menu_builder.rb', line 78

def created
  super

  json.type 'label'
end