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