# File lib/callsign.rb, line 75 def longitude @callinfo.elements.each("callook/location") do |ele| return ele.elements['logitude'].text end end