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