module TokyoMetro::Modules::Api::ToFactory::Convert::Patch::StationFacility::SurroundingArea::Generate::Info::Platform::Info::SurroundingArea

駅周辺の名所・施設に関する不正確な情報を修正する機能を提供するモジュール @note prepended to {TokyoMetro::Factory::Generate::Api::StationFacility::Info::Platform::Info::SurroundingArea::Info} by {TokyoMetro::Modules::Api::ToFactory::Convert::Patch::StationFacility::SurroundingArea.set_modules}

Private Instance Methods

variables() click to toggle source

Info クラスに送る変数のリスト @return [::Array]

Calls superclass method
# File lib/tokyo_metro/modules/api/to_factory/convert/patch/station_facility/surrounding_area/generate/info/platform/info/surrounding_area.rb, line 9
def variables
  ary = super()
  ::TokyoMetro::Factory::Convert::Patch::Api::StationFacility::SurroundingArea::Generate::Info::Platform::Info::SurroundingArea.updated( ary )
end