Class: TokyoMetro::App::Renderer::StationFacility::Header::RailwayLines::OtherOperators

Inherits:
Concerns::Header::Content show all
Defined in:
lib/tokyo_metro/app/renderer/station_facility/header/railway_lines/other_operators.rb

Instance Method Summary collapse

Methods inherited from Concerns::Header::Content

#render

Methods inherited from Concerns::Header::Title

#render

Constructor Details

#initialize(request) ⇒ OtherOperators

Returns a new instance of OtherOperators.



3
4
5
6
7
8
9
10
11
12
# File 'lib/tokyo_metro/app/renderer/station_facility/header/railway_lines/other_operators.rb', line 3

def initialize( request )
  super(
    request ,
    :title ,
    :normal_train ,
    "乗り入れ路線" ,
    "Other railway lines" ,
    icon_size: 3
  )
end