Sha256: a4e233192bb91fb53b7fc8af1fffa103368a9241be2b21eec368b46bb5dabadc

Contents?: true

Size: 831 Bytes

Versions: 1

Compression:

Stored size: 831 Bytes

Contents

class TokyoMetro::App::Renderer::StationFacility::Platform::Info::KotakeMukaihara::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 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/kotake_mukaihara/each_direction.rb