Sha256: ecfec2d92bae8aecf3636c0cbb2ad3a33ea795ec81edc1073c38e8a29058c081

Contents?: true

Size: 307 Bytes

Versions: 3

Compression:

Stored size: 307 Bytes

Contents

module NATS
  class KeyValue
    module BucketStatus
      attr_reader bucket: String

      @nfo: JetStream::API::StreamInfo

      def initialize: (JetStream::API::StreamInfo, String) -> void

      def values: () -> Integer

      def history: () -> Integer

      def ttl: () -> Float
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nats-pure-2.5.0 sig/nats/io/kv/bucket_status.rbs
nats-pure-2.4.0 sig/nats/io/kv/bucket_status.rbs
nats-pure-2.3.0 sig/nats/io/kv/bucket_status.rbs