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