Method: CallSign#latitude
- Defined in:
- lib/callsign.rb
#latitude ⇒ Object
69 70 71 72 73 |
# File 'lib/callsign.rb', line 69 def latitude @callinfo.elements.each("callook/location") do |ele| return ele.elements['latitude'].text end end |