Sha256: c04fd950d0652a2d72c29157ccf54351f085b594056e9a99bbb9d0cd799022ea

Contents?: true

Size: 339 Bytes

Versions: 2

Compression:

Stored size: 339 Bytes

Contents

module Pingpp
  class Channel
    ALIPAY     = "alipay"
    WECHAT     = "wx"
    WX         = "wx" # Alias of WECHAT
    UPMP       = "upmp"
    ALIPAY_WAP = "alipay_wap"
    UPMP_WAP   = "upmp_wap"
    WX_PUB     = "wx_pub"
    BFB        = "bfb"
    BFB_WAP    = "bfb_wap"
    UPACP      = "upacp"
    UPACP_WAP  = "upacp_wap"
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pingpp-2.0.1 lib/pingpp/channel.rb
pingpp-2.0.0 lib/pingpp/channel.rb