class NoaaWeatherClient::XmlParserFactory

Public Class Methods

build_parser(options = {}) click to toggle source
# File lib/noaa_weather_client/xml_parser_factory.rb, line 5
def self.build_parser(options = {})
  options.fetch(:provider, Nokogiri::XML)
end