class NationalRailWrapper::Feeds::KnowledgeBase::Requests::NationalServiceIndicators

Public Instance Methods

run(auth_token) click to toggle source
# File lib/national_rail_wrapper/feeds/knowledge_base/requests/national_service_indicators.rb, line 4
def run(auth_token)
  call(path: '/4.0/serviceIndicators', auth_token: auth_token)
end