Class: Blacklight::Search::FacetSuggestInput

Inherits:
Component
  • Object
show all
Defined in:
app/components/blacklight/search/facet_suggest_input.rb

Instance Method Summary collapse

Methods inherited from Component

reset_compiler!, sidecar_files, upstream_sidecar_files

Constructor Details

#initialize(facet:, presenter:) ⇒ FacetSuggestInput

Returns a new instance of FacetSuggestInput.



6
7
8
9
# File 'app/components/blacklight/search/facet_suggest_input.rb', line 6

def initialize(facet:, presenter:)
  @facet = facet
  @presenter = presenter
end