Class: Panda::Core::Admin::PanelComponent
- Defined in:
- app/components/panda/core/admin/panel_component.rb
Constant Summary
Constants inherited from Base
Instance Method Summary collapse
-
#initialize(**attrs) ⇒ PanelComponent
constructor
A new instance of PanelComponent.
Constructor Details
#initialize(**attrs) ⇒ PanelComponent
Returns a new instance of PanelComponent.
11 12 13 |
# File 'app/components/panda/core/admin/panel_component.rb', line 11 def initialize(**attrs) super end |