module Pushkin

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/pushkin.rb, line 6
def self.config
  Pushkin::Configuration.instance
end
configure(&block) click to toggle source
# File lib/pushkin.rb, line 10
def self.configure(&block)
  block.call(Pushkin.config)
end
simple_notification_to_users(*args) click to toggle source
# File lib/pushkin.rb, line 14
def self.simple_notification_to_users(*args)
  Pushkin::NotificationFabric.new.simple_notification_to_users(*args)
end