Class: Couchbase::SearchSort::SearchSortScore
- Inherits:
-
Couchbase::SearchSort
- Object
- Couchbase::SearchSort
- Couchbase::SearchSort::SearchSortScore
- Defined in:
- lib/couchbase/search_options.rb,
/code/couchbase-ruby-client/lib/couchbase/search_options.rb
Instance Attribute Summary collapse
-
#desc ⇒ Boolean
If descending order should be applied.
Instance Method Summary collapse
-
#initialize {|| ... } ⇒ SearchSortScore
constructor
A new instance of SearchSortScore.
Methods inherited from Couchbase::SearchSort
field, geo_distance, id, score
Constructor Details
#initialize {|| ... } ⇒ SearchSortScore
Returns a new instance of SearchSortScore.
1165 1166 1167 1168 |
# File 'lib/couchbase/search_options.rb', line 1165 def initialize super yield self if block_given? end |
Instance Attribute Details
#desc ⇒ Boolean
Returns if descending order should be applied.
1162 1163 1164 |
# File 'lib/couchbase/search_options.rb', line 1162 def desc @desc end |