Class: Pajamas::BreadcrumbComponent

Inherits:
Component
  • Object
show all
Defined in:
app/components/pajamas/breadcrumb_component.rb

Instance Method Summary collapse

Constructor Details

#initialize(**html_options) ⇒ BreadcrumbComponent

Returns a new instance of BreadcrumbComponent.



5
6
7
8
9
# File 'app/components/pajamas/breadcrumb_component.rb', line 5

def initialize(
  **html_options
)
  @html_options = html_options
end