Method: Restfully::Collection#offset

Defined in:
lib/restfully/collection.rb

#offsetObject



66
67
68
# File 'lib/restfully/collection.rb', line 66

def offset
  (self["offset"] || 0).to_i
end