class TokyoMetro::App::Renderer::StationFacility::Header::PlatformInfo

Public Class Methods

new( request ) click to toggle source
# File lib/tokyo_metro/app/renderer/station_facility/header/platform_info.rb, line 3
def initialize( request )
  super(
    request ,
    :title ,
    :platform_info ,
    "乗車・降車位置のご案内" ,
    "Information of transfer, barrier free facilities, surrounding areas on the platforms" ,
    icon_size: 3
  )
end