Sha256: 20de94610ce7dd0561e373c5ec0e8e280db556793e25e0746d2a742563057e87

Contents?: true

Size: 293 Bytes

Versions: 8

Compression:

Stored size: 293 Bytes

Contents

# frozen_string_literal: true

require 'japan_etc/database_provider/base_nexco'

module JapanETC
  module DatabaseProvider
    class NEXCOCentral < BaseNEXCO
      def source_url
        'https://highwaypost.c-nexco.co.jp/faq/etc/use/documents/etcriyoukanouic.pdf'
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
japan_etc-0.14.0 lib/japan_etc/database_provider/nexco_central.rb
japan_etc-0.13.0 lib/japan_etc/database_provider/nexco_central.rb
japan_etc-0.12.0 lib/japan_etc/database_provider/nexco_central.rb
japan_etc-0.11.0 lib/japan_etc/database_provider/nexco_central.rb
japan_etc-0.10.0 lib/japan_etc/database_provider/nexco_central.rb
japan_etc-0.9.0 lib/japan_etc/database_provider/nexco_central.rb
japan_etc-0.8.0 lib/japan_etc/database_provider/nexco_central.rb
japan_etc-0.7.0 lib/japan_etc/database_provider/nexco_central.rb