class TokyoMetro::Api::StationTimetable::Info::Fundamental::List

Public Class Methods

factory_for_seeding_this_class() click to toggle source
# File lib/tokyo_metro/api/station_timetable/info/fundamental/list.rb, line 16
def self.factory_for_seeding_this_class
  factory_for_seeding_fundamental_list
end

Public Instance Methods

seed( *args ) click to toggle source
Calls superclass method
# File lib/tokyo_metro/api/station_timetable/info/fundamental/list.rb, line 6
def seed( *args )
  super(
    *args ,
    indent: 1 ,
    not_on_the_top_layer: true ,
    display_number: false ,
    no_display: true
  )
end