Sha256: 8477a7bdae8890afba7d44cdc2f80f231914f2afe6e2c9a6352d8f9fe0d4e3a0

Contents?: true

Size: 723 Bytes

Versions: 1

Compression:

Stored size: 723 Bytes

Contents

class TokyoMetro::App::Renderer::StationFacility::Platform::Info::MetaClass::TableRow::TransferInfos < TokyoMetro::App::Renderer::StationFacility::Platform::Info::MetaClass::TableRow::MetaClass

  private

  def set_proc_for_display
    @proc_for_display = ::Proc.new { | info |
      ::TokyoMetro::App::Renderer::StationFacility::Platform::Info::MetaClass::TableRow::TransferInfos::LinkToRailwayLinePage.new( request , info.decorate ).render
      # info.decorate.render
    }
  end

  def set_proc_for_dicision
    @proc_for_dicision = ::Proc.new { | infos | infos.map( &:to_array_of_displayed_infos ) }
  end

  def ul_class
    [ :transfer_infos_for_this_position , :clearfix ]
  end

  def li_class
    nil
  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/meta_class/table_row/transfer_infos.rb