Method: Weatherboy#current
- Defined in:
- lib/weatherboy.rb
#current ⇒ Object
21 22 23 24 25 |
# File 'lib/weatherboy.rb', line 21 def current verify doc = makeCall(BASE_URL+"WXCurrentObXML/index.xml?query=#{@location}") Weatherboy::Current.new(doc) end |