Sha256: 468022cb30510268cefee4b956aea763f039cad2f4892404ca6dc717a424150a
Contents?: true
Size: 346 Bytes
Versions: 14
Compression:
Stored size: 346 Bytes
Contents
module PgEventstore module Web module Paginator class StreamIdsCollection < PgEventstore::Web::Paginator::BaseCollection PER_PAGE: Integer def collection: () -> ::Array[::Hash[String, String]] def next_page_starting_id: () -> String? def direction_operator: () -> String end end end end
Version data entries
14 entries across 14 versions & 1 rubygems