Method: Couchbase::SearchQuery::MatchAllQuery#initialize
- Defined in:
- lib/couchbase/search_options.rb
#initialize {|self| ... } ⇒ MatchAllQuery
Returns a new instance of MatchAllQuery.
1014 1015 1016 1017 |
# File 'lib/couchbase/search_options.rb', line 1014 def initialize super yield self if block_given? end |