Class: Jquard::Tables::Columns::TextColumnComponent
- Inherits:
-
ApplicationComponent
- Object
- ViewComponent::Base
- ApplicationComponent
- Jquard::Tables::Columns::TextColumnComponent
- Defined in:
- app/components/jquard/tables/columns/text_column_component.rb
Instance Method Summary collapse
-
#initialize(column:, record:) ⇒ TextColumnComponent
constructor
A new instance of TextColumnComponent.
Constructor Details
#initialize(column:, record:) ⇒ TextColumnComponent
Returns a new instance of TextColumnComponent.
5 6 7 8 |
# File 'app/components/jquard/tables/columns/text_column_component.rb', line 5 def initialize(column:, record:) @column = column @record = record end |