Class: JMAFeed::ReportEntry
- Inherits:
-
Giri::BaseNode
- Object
- Giri::BaseNode
- JMAFeed::ReportEntry
- Defined in:
- lib/jma_feed/report_entry.rb
Class Method Summary collapse
Class Method Details
.get(url) ⇒ Object
6 7 8 9 10 |
# File 'lib/jma_feed/report_entry.rb', line 6 def get(url) xml = Net::HTTP.get(URI.parse(url)) doc = Nokogiri::XML(xml) new(doc.root) end |