Class: IndexHeaderExportComponent
- Inherits:
-
ViewComponent::Base
- Object
- ViewComponent::Base
- IndexHeaderExportComponent
- Defined in:
- app/components/index_header_export_component.rb
Instance Method Summary collapse
-
#initialize(path:) ⇒ IndexHeaderExportComponent
constructor
A new instance of IndexHeaderExportComponent.
Constructor Details
#initialize(path:) ⇒ IndexHeaderExportComponent
Returns a new instance of IndexHeaderExportComponent.
4 5 6 |
# File 'app/components/index_header_export_component.rb', line 4 def initialize(path:) @path = path end |