Class: Momento::SortedSetPutElementsResponse
- Defined in:
- lib/momento/response/sorted_set/sorted_set_put_elements_response.rb
Overview
A response representing the result of a sorted set put elements operation.
Instance Method Summary collapse
-
#success? ⇒ Boolean
Were the elements added to the sorted set?.
Methods inherited from Response
Instance Method Details
#success? ⇒ Boolean
Were the elements added to the sorted set?
9 10 11 |
# File 'lib/momento/response/sorted_set/sorted_set_put_elements_response.rb', line 9 def success? false end |