Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 333 Bytes

File metadata and controls

18 lines (12 loc) · 333 Bytes

Passbase::Cursor

Properties

Name Type Description Notes
_next String opaque token to pass back to the API to get the next batch of data [optional]

Example

require 'passbase'

instance = Passbase::Cursor.new(
  _next: aWQ6NDA3MQ==
)