Method: Couchbase::SearchQuery::MatchAllQuery#to_h

Defined in:
lib/couchbase/search_options.rb

#to_hHash<Symbol, #to_json>

Returns:



1020
1021
1022
# File 'lib/couchbase/search_options.rb', line 1020

def to_h
  {:match_all => nil}
end