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

Version Path
pg_eventstore-1.8.0 sig/pg_eventstore/web/subscriptions/with_state/subscriptions_set.rbs
pg_eventstore-1.7.0 sig/pg_eventstore/web/subscriptions/with_state/subscriptions_set.rbs
pg_eventstore-1.6.0 sig/pg_eventstore/web/subscriptions/with_state/subscriptions_set.rbs
pg_eventstore-1.5.0 sig/pg_eventstore/web/subscriptions/with_state/subscriptions_set.rbs
pg_eventstore-1.4.0 sig/pg_eventstore/web/subscriptions/with_state/subscriptions_set.rbs
pg_eventstore-1.3.4 sig/pg_eventstore/web/subscriptions/with_state/subscriptions_set.rbs
pg_eventstore-1.3.3 sig/pg_eventstore/web/subscriptions/with_state/subscriptions_set.rbs
pg_eventstore-1.3.2 sig/pg_eventstore/web/subscriptions/with_state/subscriptions_set.rbs
pg_eventstore-1.3.1 sig/pg_eventstore/web/subscriptions/with_state/subscriptions_set.rbs
pg_eventstore-1.3.0 sig/pg_eventstore/web/subscriptions/with_state/subscriptions_set.rbs