Class: Ldbws::Request::GetDeparturesBoardWithDetails

Inherits:
GetDeparturesBoard show all
Defined in:
lib/ldbws/request/get_departures_board.rb

Overview

Requests a departure board for a statuion, filtered by departures to one or more other stations. This returns more information than GetDepartureBoard.

This corresponds to GetDeparturesBoardWithDetailsRequest in the LDBWS schema.

Parameters

crs

the CRS code of the station you wish to get departures for (required).

filter_list

a list of CRS codes to filter departures (required).

time_offset

the offset from the current time—in minutes—to return departure information (optional).

time_window

how far into the future—relative to :time_offset—to return service information for (optional).

Constant Summary collapse

RESULT_TYPE =

:nodoc:

Ldbws::ResponseTypes::DeparturesBoardWithDetails

Constants inherited from GetDeparturesBoard

Ldbws::Request::GetDeparturesBoard::RESULT_XPATH, Ldbws::Request::GetDeparturesBoard::SCHEMA

Method Summary

Methods inherited from GetDeparturesBoard

#to_soap_params

Methods inherited from Base

#from_soap, #initialize, #to_soap

Constructor Details

This class inherits a constructor from Ldbws::Request::Base