Class: SearchApi::Search::IgnoredValue
- Inherits:
-
Object
- Object
- SearchApi::Search::IgnoredValue
- Defined in:
- lib/search_api/search.rb
Overview
Class of values ignored by Search instances.
Instance Method Summary collapse
-
#inspect ⇒ Object
:nodoc:.
Instance Method Details
#inspect ⇒ Object
:nodoc:
456 457 458 |
# File 'lib/search_api/search.rb', line 456 def inspect #:nodoc: "<ignored>" end |