Sha256: 46511752b48f5789b476a2add64002a6d778ba4ada564eebd1e201cdc9c892e1
Contents?: true
Size: 559 Bytes
Versions: 10
Compression:
Stored size: 559 Bytes
Contents
module PgEventstore module Web module Subscriptions module WithState class SubscriptionsSet @current_set: String? @state: String attr_reader connection: PgEventstore::Connection def initialize: (PgEventstore::Connection connection, String? current_set, state: String) -> untyped def subscriptions_set: -> Array[PgEventstore::SubscriptionsSet] private def subscriptions_set_queries: -> PgEventstore::SubscriptionsSetQueries end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems