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