Sha256: 14422c58a336fecf6ceeb070ed8f106ad41a7b0e0a1554d2f6fe6dd026343afc

Contents?: true

Size: 836 Bytes

Versions: 1

Compression:

Stored size: 836 Bytes

Contents

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