Class: JapanETC::DatabaseProvider::NEXCOWest

Inherits:
BaseNEXCO show all
Defined in:
lib/japan_etc/database_provider/nexco_west.rb

Constant Summary

Constants inherited from BaseNEXCO

BaseNEXCO::IDENTIFIER_PATTERN, BaseNEXCO::ROAD_NAME_PATTERN, BaseNEXCO::TOLLBOOTH_LINE_PATTERN, BaseNEXCO::WHITESPACE

Instance Attribute Summary

Attributes inherited from BaseNEXCO

#current_road_name, #current_route_name, #current_tollbooth_name

Instance Method Summary collapse

Methods inherited from BaseNEXCO

#canonicalize, #extract_route_name_from_road_name, #fetch_tollbooths, #lines, #parse_line, #pdf

Methods included from Util

convert_fullwidth_characters_to_halfwidth, convert_to_integer, normalize, remove_whitespaces

Methods inherited from Base

#fetch_tollbooths, #source_id

Instance Method Details

#source_urlObject



8
9
10
# File 'lib/japan_etc/database_provider/nexco_west.rb', line 8

def source_url
  'https://www.w-nexco.co.jp/etc/maintenance/pdfs/list01.pdf'
end