Class: Ldbws::ResponseTypes::ServiceDetails

Inherits:
Base
  • Object
show all
Defined in:
lib/ldbws/response_types/service_details.rb

Overview

Represents details about a service in LDBWS.

Properties

generatedAt
service_type
location_name
crs
operator
operator_code
rsid
cancelled
cancel_reason
delay_reason
overdue_message
length
detach_front
reverse_formation
platform
sta

the scheduled arrival time as a Time object.

eta

the estimated arrival time, as a string

ata

the actual arrival time, as a string

std

the scheduled departure time as a Time object

etd

the estimated departure time, as a string

atd

the actual departure time, as a String

diverted_via
diversion_reason
adhoc_alerts
formation

information about the formation of the train

previous_calling_points
subsequent_calling_points

Method Summary

Methods inherited from Base

#method_missing, #to_h

Methods included from ParsingFunctions

included

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Ldbws::ResponseTypes::Base