module Moromi::Apns
Constants
- VERSION
Public Class Methods
config()
click to toggle source
# File lib/moromi/apns.rb, line 13 def self.config @config end
configure() { |config ||= config| ... }
click to toggle source
# File lib/moromi/apns.rb, line 9 def self.configure(&block) yield @config ||= Config.new end
environment(bundle_identifier)
click to toggle source
# File lib/moromi/apns.rb, line 17 def self.environment(bundle_identifier) config.environment_builder_class.build(bundle_identifier) end