Class: Blacklight::FacetFieldNoLayoutComponent

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

Constant Summary

Constants inherited from Component

Component::EXCLUDE_VARIABLES

Instance Method Summary collapse

Methods inherited from Component

compiler, config, #inspect

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