Class: Flit::ScaffoldComponent
- Inherits:
-
BaseComponent
- Object
- ViewComponent::Base
- BaseComponent
- Flit::ScaffoldComponent
- Defined in:
- app/components/flit/scaffold_component.rb
Instance Method Summary collapse
-
#initialize(app_bar:, body:) ⇒ ScaffoldComponent
constructor
A new instance of ScaffoldComponent.
Constructor Details
#initialize(app_bar:, body:) ⇒ ScaffoldComponent
Returns a new instance of ScaffoldComponent.
4 5 6 7 8 9 |
# File 'app/components/flit/scaffold_component.rb', line 4 def initialize(app_bar:, body:) super @app_bar = @body = body end |