Sha256: 71c93e9a362165f00e459924f38f2357a53ef54b3fa6aff08a00d425808af404

Contents?: true

Size: 297 Bytes

Versions: 14

Compression:

Stored size: 297 Bytes

Contents

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

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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
telegram-bot-0.14.0 lib/telegram/bot/botan/client_helpers.rb
telegram-bot-0.13.1 lib/telegram/bot/botan/client_helpers.rb
telegram-bot-0.13.0 lib/telegram/bot/botan/client_helpers.rb
telegram-bot-0.12.4 lib/telegram/bot/botan/client_helpers.rb
telegram-bot-0.12.3 lib/telegram/bot/botan/client_helpers.rb
telegram-bot-0.12.1 lib/telegram/bot/botan/client_helpers.rb
telegram-bot-0.12.0 lib/telegram/bot/botan/client_helpers.rb
telegram-bot-0.11.3 lib/telegram/bot/botan/client_helpers.rb
telegram-bot-0.11.2 lib/telegram/bot/botan/client_helpers.rb
telegram-bot-0.11.1 lib/telegram/bot/botan/client_helpers.rb
telegram-bot-0.11.0 lib/telegram/bot/botan/client_helpers.rb
telegram-bot-0.10.2 lib/telegram/bot/botan/client_helpers.rb
telegram-bot-0.10.1 lib/telegram/bot/botan/client_helpers.rb
telegram-bot-0.10.0 lib/telegram/bot/botan/client_helpers.rb