class TokyoMetro::Factory::Generate::Api::StationFacility::Info::BarrierFree::Info::Facility::Toilet::Assistant

Public Class Methods

instance_class() click to toggle source
# File lib/tokyo_metro/factory/generate/api/station_facility/info/barrier_free/info/facility/toilet/assistant.rb, line 6
def self.instance_class
  barrier_free_toilet_assinstant_class
end

Private Instance Methods

variables() click to toggle source
# File lib/tokyo_metro/factory/generate/api/station_facility/info/barrier_free/info/facility/toilet/assistant.rb, line 12
def variables
  [
    # JSON
    "spac:WheelchairAssesible" , "ug:BabyChair" , "ug:BabyChangingTable" , "ug:ToiletForOstomate"
    # ドキュメント
    # "spac:WheelchairAssessible" , "ug:BabyChair" , "ug:BabyChangingTable" , "ug:ToiletForOstomate"
    # 正しい英語
    # "spac:WheelchairAccessible" , "ug:BabyChair" , "ug:BabyChangingTable" , "ug:ToiletForOstomate"
  ].map { | str |
    @array.include?( str )
  }
end