module TelegramNotification
Constants
- VERSION
Public Class Methods
client()
click to toggle source
# File lib/telegram_notification.rb, line 20 def self.client @client ||= ::TelegramNotification::Client.new end
config()
click to toggle source
# File lib/telegram_notification.rb, line 11 def self.config @config ||= ::TelegramNotification::Config.new end
configure() { |config| ... }
click to toggle source
# File lib/telegram_notification.rb, line 15 def self.configure yield config @config end
new(*options)
click to toggle source
# File lib/telegram_notification.rb, line 24 def self.new(*options) ::TelegramNotification::TelegramNotification.new(*options) end