Sha256: 21b433cc96a724ac4bd0887c78655c27d0dd220a1aa59dbebc88b84f8d97821f

Contents?: true

Size: 290 Bytes

Versions: 3

Compression:

Stored size: 290 Bytes

Contents

module Telegram
  module Bot
    class Botan
      # Helpers for botan.io metrics.
      module ClientHelpers
        attr_reader :botan

        def initialize(*, botan: nil, **)
          super
          @botan = Botan.wrap(botan, id: id) if botan
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
telegram-bot-0.9.0 lib/telegram/bot/botan/client_helpers.rb
telegram-bot-0.9.0.alpha2 lib/telegram/bot/botan/client_helpers.rb
telegram-bot-0.9.0.alpha1 lib/telegram/bot/botan/client_helpers.rb