Class: Chewy::Search::Parameters::AllowPartialSearchResults
- Defined in:
- lib/chewy/search/parameters/allow_partial_search_results.rb
Overview
Stores boolean value, but has 3 states: true
, false
and nil
.
Instance Attribute Summary
Attributes inherited from Storage
Instance Method Summary collapse
-
#render ⇒ {Symbol => Object}?
We don't want to render
nil
, but rendertrue
andfalse
values.
Methods inherited from Storage
#==, #initialize, #merge!, #replace!, #update!
Constructor Details
This class inherits a constructor from Chewy::Search::Parameters::Storage