class PublicIp::Service::WhatIsMyIpAddress

Public Class Methods

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