Sha256: 52535941e81f2e4fdafc7a6801c0f351d4d6bdf390966e7f2ee9b1654f6feded

Contents?: true

Size: 880 Bytes

Versions: 1

Compression:

Stored size: 880 Bytes

Contents

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

  include ::TokyoMetro::App::Renderer::StationFacility::Platform::Info::BetweenMeguroAndShirokaneTakanawa::Common
  include ::TokyoMetro::App::Renderer::StationFacility::Platform::Info::BetweenMeguroAndShirokaneTakanawa::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 Shirokane-takanawa, Akabane-iwabuchi (Namboku Line) and Nishi-takashimadaira (Toei Mita 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/meguro_and_shirokanedai/each_direction.rb