Class: Blacklight::Facets::NoLayoutComponent
- Inherits:
-
Component
- Object
- ViewComponent::Base
- Component
- Blacklight::Facets::NoLayoutComponent
- Defined in:
- app/components/blacklight/facets/no_layout_component.rb
Direct Known Subclasses
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize ⇒ NoLayoutComponent
constructor
A new instance of NoLayoutComponent.
Methods inherited from Component
reset_compiler!, sidecar_files, upstream_sidecar_files
Constructor Details
#initialize ⇒ NoLayoutComponent
Returns a new instance of NoLayoutComponent.
9 |
# File 'app/components/blacklight/facets/no_layout_component.rb', line 9 def initialize(**); end |
Instance Method Details
#call ⇒ Object
11 12 13 |
# File 'app/components/blacklight/facets/no_layout_component.rb', line 11 def call body.to_s end |