Class: TokyoMetro::Factory::Convert::Patch::Api::StationTimetable::NakanoSakaueOnMarunouchiBranchLine::Info
- Inherits:
-
Common::Api::MetaClass::Fundamental::Normal
- Object
- Common::Api::MetaClass::Fundamental
- Common::Api::MetaClass::Fundamental::Normal
- TokyoMetro::Factory::Convert::Patch::Api::StationTimetable::NakanoSakaueOnMarunouchiBranchLine::Info
- Defined in:
- lib/tokyo_metro/factory/convert/patch/api/station_timetable/nakano_sakaue_on_marunouchi_branch_line/info.rb
Constant Summary collapse
- INVALID_NAME =
"odpt.StationTimetable:TokyoMetro.Marunouchi.NakanoSakaue.Honancho"
- VALID_NAME =
"odpt.StationTimetable:TokyoMetro.MarunouchiBranch.NakanoSakaue.Honancho"
Instance Attribute Summary
Attributes inherited from Common::Api::MetaClass::Fundamental
Instance Method Summary collapse
-
#process ⇒ nil
「丸ノ内支線 中野坂上駅からの方南町方面の時刻表」に関する処理.
Methods inherited from Common::Api::MetaClass::Fundamental::Normal
Methods inherited from Common::Api::MetaClass::Fundamental
Constructor Details
This class inherits a constructor from TokyoMetro::Factory::Convert::Common::Api::MetaClass::Fundamental
Instance Method Details
#process ⇒ nil
Note:
誤: @same_as == “odpt.StationTimetable:TokyoMetro.Marunouchi.NakanoSakaue.Honancho” - 「丸ノ内線 中野坂上駅からの方南町方面の時刻表」
Note:
正: @same_as == “odpt.StationTimetable:TokyoMetro.MarunouchiBranch.NakanoSakaue.Honancho” - 「丸ノ内支線 中野坂上駅からの方南町方面の時刻表」
「丸ノ内支線 中野坂上駅からの方南町方面の時刻表」に関する処理
12 13 14 15 16 |
# File 'lib/tokyo_metro/factory/convert/patch/api/station_timetable/nakano_sakaue_on_marunouchi_branch_line/info.rb', line 12 def process if to_process? @object.instance_variable_set( :@same_as , VALID_NAME ) end end |