module TokyoMetro::Modules::Common::Info::Station::ConnectingRailwayLine
Public Instance Methods
connected_to_another_station?()
click to toggle source
# File lib/tokyo_metro/modules/common/info/station/connecting_railway_line.rb, line 3 def connected_to_another_station? connecting_to_another_station? end
recommended?()
click to toggle source
# File lib/tokyo_metro/modules/common/info/station/connecting_railway_line.rb, line 15 def recommended? !( not_recommended? ) end