Class: Blacklight::FacetFieldNoLayoutComponent
- Inherits:
-
Component
- Object
- ViewComponent::Base
- Component
- Blacklight::FacetFieldNoLayoutComponent
- Defined in:
- app/components/blacklight/facet_field_no_layout_component.rb
Constant Summary
Constants inherited from Component
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize ⇒ FacetFieldNoLayoutComponent
constructor
A new instance of FacetFieldNoLayoutComponent.
Methods inherited from Component
Constructor Details
#initialize ⇒ FacetFieldNoLayoutComponent
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
#call ⇒ Object
10 11 12 |
# File 'app/components/blacklight/facet_field_no_layout_component.rb', line 10 def call body.to_s end |