Method: Verizon::LocationReport#start_index
- Defined in:
- lib/verizon/models/location_report.rb
#start_index ⇒ String
The zero-based number of the first record to return. Set startIndex=0 for the first request. If there are more than 1,000 devices to be returned (hasMoreData=true), set startIndex=1000 for the second request, 2000 for the third request, etc.
25 26 27 |
# File 'lib/verizon/models/location_report.rb', line 25 def start_index @start_index end |