Class: TokyoMetro::Api::StationFacility::Info::BarrierFree
- Inherits:
-
Object
- Object
- TokyoMetro::Api::StationFacility::Info::BarrierFree
- Defined in:
- lib/tokyo_metro/api/station_facility/info/barrier_free.rb
Overview
駅のバリアフリー施設を扱うクラス ug:SpatialThing
Defined Under Namespace
Modules: Facility, ServiceDetail Classes: Info, List
Class Method Summary collapse
-
.generate_from_hash(facility_hash) ⇒ sub-classes of BarrierFree::Info
バリアフリー施設のインスタンスを作成するメソッド.
Class Method Details
.generate_from_hash(facility_hash) ⇒ sub-classes of BarrierFree::Info
Note:
下位名前空間のクラスのインスタンスを作成する。
バリアフリー施設のインスタンスを作成するメソッド
8 9 10 11 |
# File 'lib/tokyo_metro/api/station_facility/info/barrier_free.rb', line 8 def self.generate_from_hash( facility_hash ) class_name_const = class_name( facility_hash ) class_name_const.generate_from_hash( facility_hash ) end |