Class: IndexHeaderComponent

Inherits:
ViewComponent::Base
  • Object
show all
Defined in:
app/components/index_header_component.rb

Instance Method Summary collapse

Constructor Details

#initialize(title:, subtitle:) ⇒ IndexHeaderComponent

Returns a new instance of IndexHeaderComponent.



7
8
9
10
# File 'app/components/index_header_component.rb', line 7

def initialize(title:, subtitle:)
  @title = title
  @subtitle = subtitle
end