lib/rpush/daemon/wpns.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Rpush
  module Daemon
    module Wpns
      extend ServiceConfigMethods

      dispatcher :http
    end
  end
end