Class: NationalRailWrapper::Feeds::KnowledgeBase::Requests::Incidents
- Inherits:
-
Base
- Object
- Base::Requests::Base
- Base
- NationalRailWrapper::Feeds::KnowledgeBase::Requests::Incidents
- Defined in:
- lib/national_rail_wrapper/feeds/knowledge_base/requests/incidents.rb
Instance Method Summary collapse
Methods inherited from Base
Methods inherited from Base::Requests::Base
#base_url, #call, #request_params
Instance Method Details
#run(auth_token) ⇒ Object
4 5 6 |
# File 'lib/national_rail_wrapper/feeds/knowledge_base/requests/incidents.rb', line 4 def run(auth_token) call(path: '/5.0/incidents', auth_token: auth_token) end |