Method: CountOnce#getIncrements

Defined in:
lib/countonce.rb

#getIncrements(key_name, query_options = {}, iterator = nil) ⇒ Object



93
94
95
# File 'lib/countonce.rb', line 93

def getIncrements(key_name, query_options = {}, iterator = nil)
  self.query(key_name, 'increments', query_options, iterator)
end