Class: Blacklight::FacetFieldComponent

Inherits:
Component
  • Object
show all
Includes:
ContentAreasShim
Defined in:
app/components/blacklight/facet_field_component.rb

Constant Summary

Constants inherited from Component

Component::EXCLUDE_VARIABLES

Instance Method Summary collapse

Methods included from ContentAreasShim

#with

Methods inherited from Component

compiler, config, #inspect

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