Class: Jpmobile::Mobile::IpAddresses::Emobile

Inherits:
AbstractIpAddresses show all
Defined in:
lib/jpmobile/mobile/ip_addresses/emobile.rb

Class Method Summary collapse

Methods inherited from AbstractIpAddresses

#valid_ip?

Class Method Details

.ip_address_listObject



6
7
8
9
10
# File 'lib/jpmobile/mobile/ip_addresses/emobile.rb', line 6

def ip_address_list
  @@ip_address_list ||= [
    "117.55.1.224/27"
  ].map {|ip| IPAddr.new(ip) }
end