Class: TokyoMetro::Api::StationTimetable::Info::Fundamental::List

Inherits:
Array
  • Object
show all
Includes:
ClassNameLibrary::Api::StationTimetable, Modules::Common::ToFactory::Seed::List
Defined in:
lib/tokyo_metro/api/station_timetable/info/fundamental/list.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.factory_for_seeding_this_classObject



16
17
18
# 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

Instance Method Details

#seed(*args) ⇒ Object



6
7
8
9
10
11
12
13
14
# 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