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