Class: Railsboot::Table::HeadComponent
- Inherits:
-
Component
- Object
- Component
- Railsboot::Table::HeadComponent
- Defined in:
- app/components/railsboot/table/head_component.rb
Instance Method Summary collapse
-
#initialize(**html_attributes) ⇒ HeadComponent
constructor
A new instance of HeadComponent.
Constructor Details
#initialize(**html_attributes) ⇒ HeadComponent
Returns a new instance of HeadComponent.
4 5 6 |
# File 'app/components/railsboot/table/head_component.rb', line 4 def initialize(**html_attributes) @html_attributes = html_attributes end |