class NationalRailWrapper::Feeds::KnowledgeBase::Requests::Stations

Public Instance Methods

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