module Geoplugin
Constants
- VERSION
Public Class Methods
me(options = {})
click to toggle source
# File lib/geoplugin.rb, line 5 def self.me(options = {}) location = Geoplugin::Locate.locate(nil, options) end
new(ip = nil, options = {})
click to toggle source
# File lib/geoplugin.rb, line 9 def self.new(ip = nil, options = {}) location = Geoplugin::Locate.locate(ip, options) end