45 46 47 48 49
# File 'lib/callsign.rb', line 45 def type @callinfo.elements.each("callook") do |ele| return ele.elements['type'].text end end