Module: ClashOfClansApi::Utils
- Defined in:
- lib/clash_of_clans_api/utils.rb
Class Method Summary collapse
Class Method Details
.current_ipv4_address ⇒ Object
5 6 7 |
# File 'lib/clash_of_clans_api/utils.rb', line 5 def self.current_ipv4_address IPAddr.new(URI('https://ipv4.icanhazip.com').open.read.strip).to_s end |