Class: Couchbase::Cluster::SearchSort::SearchSortId

Inherits:
Couchbase::Cluster::SearchSort show all
Defined in:
lib/couchbase/search_options.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Couchbase::Cluster::SearchSort

field, geo_distance, id, score

Constructor Details

#initialize {|| ... } ⇒ SearchSortId

Returns a new instance of SearchSortId.

Yield Parameters:

[View source]

975
976
977
# File 'lib/couchbase/search_options.rb', line 975

def initialize
  yield self if block_given?
end

Instance Attribute Details

#descBoolean

Returns if descending order should be applied.

Returns:

  • (Boolean)

    if descending order should be applied


972
973
974
# File 'lib/couchbase/search_options.rb', line 972

def desc
  @desc
end