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

Private Instance Methods

li_class() click to toggle source
# File lib/tokyo_metro/app/renderer/station_facility/platform/info/meta_class/table_row/transfer_infos.rb, line 20
def li_class
  nil
end
set_proc_for_dicision() click to toggle source
# File lib/tokyo_metro/app/renderer/station_facility/platform/info/meta_class/table_row/transfer_infos.rb, line 12
def set_proc_for_dicision
  @proc_for_dicision = ::Proc.new { | infos | infos.map( &:to_array_of_displayed_infos ) }
end
set_proc_for_display() click to toggle source
# File lib/tokyo_metro/app/renderer/station_facility/platform/info/meta_class/table_row/transfer_infos.rb, line 5
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
ul_class() click to toggle source
# File lib/tokyo_metro/app/renderer/station_facility/platform/info/meta_class/table_row/transfer_infos.rb, line 16
def ul_class
  [ :transfer_infos_for_this_position , :clearfix ]
end