Sha256: 4b2687edcac485b64c024112925527afedd23b33c391f3499f514c60a6ee9565
Contents?: true
Size: 189 Bytes
Versions: 5
Compression:
Stored size: 189 Bytes
Contents
module LeadZeppelin module APNS class GatewayPool < SizedQueue attr_accessor :total def initialize(max) @total = 0 super end end end end
Version data entries
5 entries across 5 versions & 1 rubygems