Class: Ldbws::Request::GetStationBoardWithDetails

Inherits:
GetStationBoard show all
Defined in:
lib/ldbws/request/get_station_board.rb

Overview

Returns an arrival or departure board for a given station with full service details. Corresponds to GetStationBoardWithDetailsRequest in the LDBWS schema.

Parameters

crs

the CRS code for the station (required)

num_rows

the number of services to include (optional)

filter_crs

a CRS code for a station to filter arrivals from/departures to (optional)

filter_type

either ‘to’ or ‘from’ (optional)

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::StationBoardWithDetails

Constants inherited from GetStationBoard

Ldbws::Request::GetStationBoard::RESULT_XPATH, Ldbws::Request::GetStationBoard::SCHEMA

Method Summary

Methods inherited from GetStationBoard

#to_soap_params

Methods inherited from Base

#from_soap, #initialize, #to_soap

Constructor Details

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