class Geocoder::Result::Ipregistry

def initialize(data)

def initialize(data)
  super
  @data = flatten_hash(data)
end