Class: Blacklight::Facets::NoLayoutComponent

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

Direct Known Subclasses

Blacklight::FacetFieldNoLayoutComponent

Instance Method Summary collapse

Methods inherited from Component

reset_compiler!, sidecar_files, upstream_sidecar_files

Constructor Details

#initializeNoLayoutComponent

Returns a new instance of NoLayoutComponent.



9
# File 'app/components/blacklight/facets/no_layout_component.rb', line 9

def initialize(**); end

Instance Method Details

#callObject



11
12
13
# File 'app/components/blacklight/facets/no_layout_component.rb', line 11

def call
  body.to_s
end