Class: Blacklight::FacetFieldComponent
- Includes:
- ContentAreasShim
- Defined in:
- app/components/blacklight/facet_field_component.rb
Constant Summary
Constants inherited from Component
Instance Method Summary collapse
-
#initialize(facet_field:) ⇒ FacetFieldComponent
constructor
A new instance of FacetFieldComponent.
Methods included from ContentAreasShim
Methods inherited from Component
Constructor Details
#initialize(facet_field:) ⇒ FacetFieldComponent
Returns a new instance of FacetFieldComponent.
10 11 12 |
# File 'app/components/blacklight/facet_field_component.rb', line 10 def initialize(facet_field:) @facet_field = facet_field end |