Sha256: 6a8ed92cf7d14eaff8f5d0d618fdd306e1c97e10fbe0d004be542f36b7d1cca0
Contents?: true
Size: 547 Bytes
Versions: 18
Compression:
Stored size: 547 Bytes
Contents
module Jpmobile module Mobile module IpAddresses class Docomo < AbstractIpAddresses class << self def ip_address_list @@ip_address_list ||= [ "210.153.84.0/24", "210.136.161.0/24", "210.153.86.0/24", "124.146.174.0/24", "124.146.175.0/24", "202.229.176.0/24", "202.229.177.0/24", "202.229.178.0/24" ].map {|ip| IPAddr.new(ip)} end end end end end end
Version data entries
18 entries across 10 versions & 2 rubygems