Module: TokyoMetro::Modules::Api::ToFactory::Convert::Patch::StationFacility::SurroundingArea

Defined in:
lib/tokyo_metro/modules/api/to_factory/convert/patch/station_facility/surrounding_area.rb

Overview

駅周辺の名所・施設に関する不正確な情報を修正する機能を提供するモジュールを格納する名前空間

Defined Under Namespace

Modules: Generate

Class Method Summary collapse

Class Method Details

.set_modulesObject



5
6
7
8
9
# File 'lib/tokyo_metro/modules/api/to_factory/convert/patch/station_facility/surrounding_area.rb', line 5

def self.set_modules
  ::TokyoMetro::Factory::Generate::Api::StationFacility::Info::Platform::Info::SurroundingArea::Info.class_eval do
    prepend ::TokyoMetro::Modules::Api::ToFactory::Convert::Patch::StationFacility::SurroundingArea::Generate::Info::Platform::Info::SurroundingArea
  end
end