Method: CallSign#lastaction

Defined in:
lib/callsign.rb

#lastactionObject



99
100
101
102
103
# File 'lib/callsign.rb', line 99

def lastaction
  @callinfo.elements.each("callook/otherinfo") do |ele|
    return ele.elements['lastactiondate'].text
  end
end