Class: Glib::JsonUi::ViewBuilder::View

Inherits:
JsonUiElement show all
Includes:
Builder::MouseEvents
Defined in:
app/helpers/glib/json_ui/view_builder.rb

Instance Attribute Summary

Attributes inherited from JsonUiElement

#json, #page

Class Method Summary collapse

Methods inherited from JsonUiElement

#initialize, #props

Constructor Details

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

Class Method Details

.component_nameObject



71
72
73
# File 'app/helpers/glib/json_ui/view_builder.rb', line 71

def self.component_name
  @component_name ||= self.name.sub('Glib::JsonUi::ViewBuilder::', '')
end