Class: Chewy::Search::Parameters::Types

Inherits:
Storage show all
Includes:
StringArrayStorage
Defined in:
lib/chewy/search/parameters/types.rb

Overview

A standard string array storage with one exception: rendering is empty.

See Also:

Instance Attribute Summary

Attributes inherited from Storage

#value

Instance Method Summary collapse

Methods included from StringArrayStorage

#update!

Methods inherited from Storage

#==, #initialize, #merge!, #replace!, #update!

Constructor Details

This class inherits a constructor from Chewy::Search::Parameters::Storage

Instance Method Details

#rendernil

Doesn't render anything, has specialized rendering logic in Request

Returns:

  • (nil)


16
# File 'lib/chewy/search/parameters/types.rb', line 16

def render; end