module TokyoMetro::ClassNameLibrary::Api::StationFacility::BarrierFree::Elevator::ClassMethods

Public Instance Methods

category_name() click to toggle source

カテゴリの名称 @return [String]

# File lib/tokyo_metro/class_name_library/api/station_facility/barrier_free/elevator.rb, line 18
def category_name
  "エレベーター"
end
category_name_en() click to toggle source
# File lib/tokyo_metro/class_name_library/api/station_facility/barrier_free/elevator.rb, line 22
def category_name_en
  "Elevator"
end
rdf_type_of_facility() click to toggle source

クラス指定 - ug:Elevator @return [String]

# File lib/tokyo_metro/class_name_library/api/station_facility/barrier_free/elevator.rb, line 12
def rdf_type_of_facility
  "ug:Elevator"
end