class TokyoMetro::Factory::Generate::Api::MlitStation::Info

API から取得したハッシュからインスタンスを生成するための Factory Pattern のクラス(メタクラス)

Private Instance Methods

variables_of_mlit_datas() click to toggle source
# File lib/tokyo_metro/factory/generate/api/mlit_station/info.rb, line 8
def variables_of_mlit_datas
  [ @hash[ "mlit:stationName" ] , super ].flatten
end