4 5 6 7 8 9 10
# File 'lib/focus/location.rb', line 4 def name begin return @data['Hostip']['gml:name'] rescue return nil end end