class PublicIp::Service::Akamai

Public Class Methods

uri() click to toggle source
# File lib/public_ip/service/akamai.rb, line 4
def self.uri
  URI('http://whatismyip.akamai.com')
end