module TokyoMetro::Modules::Api::Common::RealTime::ClassMethods

Public Instance Methods

real_time_info?() click to toggle source

リアルタイムな情報を扱うクラスか否かを判定するメソッド @return [Boolean]

# File lib/tokyo_metro/modules/api/common/real_time.rb, line 16
def real_time_info?
  true
end