Method: Focus::Country#code

Defined in:
lib/focus/country.rb

#codeObject



12
13
14
15
16
17
18
# File 'lib/focus/country.rb', line 12

def code
  begin
    return @data['Hostip']['countryAbbrev']
  rescue
    return nil
  end
end