Method: Focus::Country#name

Defined in:
lib/focus/country.rb

#nameObject



4
5
6
7
8
9
10
# File 'lib/focus/country.rb', line 4

def name
  begin
    return @data['Hostip']['countryName']
  rescue
    return nil
  end
end