Class: Blacklight::FacetFieldNoLayoutComponent

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

Instance Method Summary collapse

Methods inherited from Component

reset_compiler!, sidecar_files, upstream_sidecar_files

Constructor Details

#initializeFacetFieldNoLayoutComponent

Returns a new instance of FacetFieldNoLayoutComponent.



8
# File 'app/components/blacklight/facet_field_no_layout_component.rb', line 8

def initialize(**); end

Instance Method Details

#callObject



10
11
12
# File 'app/components/blacklight/facet_field_no_layout_component.rb', line 10

def call
  body.to_s
end