Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 638 Bytes

File metadata and controls

26 lines (20 loc) · 638 Bytes

WhoisFreaks::GeolocationResponse

Properties

Name Type Description Notes
ip String [optional]
location IpLocation [optional]
country_metadata CountryMetadata [optional]
network GeoNetwork [optional]
currency Currency [optional]

Example

require 'whoisfreaks'

instance = WhoisFreaks::GeolocationResponse.new(
  ip: null,
  location: null,
  country_metadata: null,
  network: null,
  currency: null
)