Class: PublicIp::Service::WhatIsMyIpAddress
- Defined in:
- lib/public_ip/service/what_is_my_ip_address.rb
Instance Attribute Summary
Attributes inherited from Simple
Class Method Summary collapse
Methods inherited from Plain
Methods included from Registrable
Methods inherited from Simple
headers, ip, perform_request, symbol
Class Method Details
.uri ⇒ Object
4 5 6 |
# File 'lib/public_ip/service/what_is_my_ip_address.rb', line 4 def self.uri URI('http://bot.whatismyipaddress.com') end |