51 52 53 54 55
# File 'lib/callsign.rb', line 51 def status @callinfo.elements.each("callook") do |ele| return ele.elements['status'].text end end