Sha256: 6037a4bc4279af8726446676c15b204fe23c5a17f3ce19a88d9d17fb59f7418e

Contents?: true

Size: 1.17 KB

Versions: 14

Compression:

Stored size: 1.17 KB

Contents

module PgEventstore
  module SubscriptionRunnerCommands
    class Base
      include PgEventstore::Extensions::OptionsExtension
      include PgEventstore::Extensions::BaseCommandExtension

      # _@param_ `subscription_runner`
      def exec_cmd: (PgEventstore::SubscriptionRunner subscription_runner) -> void

      def hash: () -> Integer

      # _@param_ `another`
      def eql?: (Object another) -> bool

      # _@param_ `another`
      def ==: (Object another) -> bool

      def initialize: (**untyped options) -> void

      def options_hash: () -> ::Hash[untyped, untyped]

      # _@param_ `opt_name`
      def readonly!: (Symbol opt_name) -> bool

      # _@param_ `opt_name`
      def readonly?: (Symbol opt_name) -> bool

      # _@param_ `opt_name`
      def readonly_error: (Symbol opt_name) -> void

      # _@param_ `options`
      def init_default_values: (::Hash[untyped, untyped] options) -> void

      attr_accessor id: Integer?

      attr_accessor name: String

      attr_accessor subscription_id: Integer?

      attr_accessor subscriptions_set_id: Integer?

      attr_accessor data: ::Hash[untyped, untyped]

      attr_accessor created_at: Time?
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
pg_eventstore-1.9.0 sig/pg_eventstore/subscriptions/subscription_runner_commands/base.rbs
pg_eventstore-1.8.0 sig/pg_eventstore/subscriptions/subscription_runner_commands/base.rbs
pg_eventstore-1.7.0 sig/pg_eventstore/subscriptions/subscription_runner_commands/base.rbs
pg_eventstore-1.6.0 sig/pg_eventstore/subscriptions/subscription_runner_commands/base.rbs
pg_eventstore-1.5.0 sig/pg_eventstore/subscriptions/subscription_runner_commands/base.rbs
pg_eventstore-1.4.0 sig/pg_eventstore/subscriptions/subscription_runner_commands/base.rbs
pg_eventstore-1.3.4 sig/pg_eventstore/subscriptions/subscription_runner_commands/base.rbs
pg_eventstore-1.3.3 sig/pg_eventstore/subscriptions/subscription_runner_commands/base.rbs
pg_eventstore-1.3.2 sig/pg_eventstore/subscriptions/subscription_runner_commands/base.rbs
pg_eventstore-1.3.1 sig/pg_eventstore/subscriptions/subscription_runner_commands/base.rbs
pg_eventstore-1.3.0 sig/pg_eventstore/subscriptions/subscription_runner_commands/base.rbs
pg_eventstore-1.2.0 sig/pg_eventstore/subscriptions/subscription_runner_commands/base.rbs
pg_eventstore-1.1.5 sig/pg_eventstore/subscriptions/subscription_runner_commands/base.rbs
pg_eventstore-1.1.4 sig/pg_eventstore/subscriptions/subscription_runner_commands/base.rbs