Class: Momento::SortedSetPutElementResponse

Inherits:
Response
  • Object
show all
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

Methods inherited from Response

#error, #error?, #to_s

Instance Method Details

#success?Boolean

Was the element added to the sorted set?

Returns:

  • (Boolean)


9
10
11
# File 'lib/momento/response/sorted_set/sorted_set_put_element_response.rb', line 9

def success?
  false
end