Sha256: eee0855ffdeaab87dc88c2893046d69ef2736d785b63b1c8f5b733c8327fa019

Contents?: true

Size: 875 Bytes

Versions: 1

Compression:

Stored size: 875 Bytes

Contents

class TokyoMetro::App::Renderer::StationFacility::Platform::Info::BetweenWakoshiAndHikawadai::EachDirection < TokyoMetro::App::Renderer::StationFacility::Platform::Info::MultipleRailwayLines::EachDirection

  include ::TokyoMetro::App::Renderer::StationFacility::Platform::Info::BetweenWakoshiAndKotakeMukaihara::Common
  include ::TokyoMetro::App::Renderer::StationFacility::Platform::Info::BetweenWakoshiAndKotakeMukaihara::OfSpecialDirection

  def render_special_direction_ja
    h.render inline: <<-HAML , type: :haml
= "小竹向原・池袋・"
%span{ class: :railway_line_name }<>
  ="有楽町線"
= "新木場・"
%span{ class: :railway_line_name }<>
  = "副都心線"
= "渋谷" + "方面行きホーム"
    HAML
  end

  def special_direction_en
    "Platform for Kotake-mukaihara, Ikebukuro, Shin-kiba (Yurakucho Line) and Shibuya (Fukutoshin Line)"
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tokyo_metro-0.10.1 lib/tokyo_metro/app/renderer/station_facility/platform/info/between_wakoshi_and_hikawadai/each_direction.rb