Sha256: 2062468b4386699067d3af75950966d4008f825ab729dc16f2c5ff05657a282b

Contents?: true

Size: 207 Bytes

Versions: 3

Compression:

Stored size: 207 Bytes

Contents

module QPush
  module Client
    include QPush::Base::ConfigHelper

    class << self
      def config
        @config ||= Config.new
      end
    end

    class Config < QPush::Base::Config; end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
qpush-0.1.8 lib/qpush/client/config.rb
qpush-0.1.7 lib/qpush/client/config.rb
qpush-0.1.6 lib/qpush/client/config.rb