Method: Scimitar::Lists::Count#offset

Defined in:
app/models/scimitar/lists/count.rb,
app/models/scimitar/lists/count.rb

#offsetObject (readonly)

Read-only accessor that represents #start_index as a zero-based offset, rather than 1-based. This is useful for most storage engines.



52
53
54
# File 'app/models/scimitar/lists/count.rb', line 52

def offset
  @offset
end