Class: Blacklight::FacetFieldNoLayoutComponent

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

Instance Method Summary collapse

Methods included from ContentAreasShim

#with

Methods inherited from Component

reset_compiler!, sidecar_files, upstream_sidecar_files

Constructor Details

#initializeFacetFieldNoLayoutComponent

Returns a new instance of FacetFieldNoLayoutComponent.



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

def initialize(**); end

Instance Method Details

#callObject



12
13
14
# File 'app/components/blacklight/facet_field_no_layout_component.rb', line 12

def call
  body.to_s
end