Method: Orchestrate::Collection#start
- Defined in:
- lib/orchestrate/collection.rb
#start(start_key) ⇒ KeyValueList
Sets the inclusive start key for enumeration over the KeyValue items in the collection.
205 206 207 |
# File 'lib/orchestrate/collection.rb', line 205 def start(start_key) KeyValueList.new(self).start(start_key) end |