You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Scheduled track information of the arriving transit vehicle.
@@ -295,7 +295,7 @@ class ArrivalsAndDeparture < OnebusawaySDK::Internal::Type::BaseModel
295
295
#
296
296
# @param distance_from_stop [Float] Distance of the arriving transit vehicle from the stop, in meters.
297
297
#
298
-
# @param frequency [String] Information about frequency-based scheduling, if applicable to the trip.
298
+
# @param frequency [String, nil] Information about frequency-based scheduling, if applicable to the trip.
299
299
#
300
300
# @param historical_occupancy [String] Historical occupancy information of the transit vehicle.
301
301
#
@@ -305,19 +305,19 @@ class ArrivalsAndDeparture < OnebusawaySDK::Internal::Type::BaseModel
305
305
#
306
306
# @param predicted [Boolean] Indicates if real-time arrival info is available for this trip.
307
307
#
308
-
# @param predicted_arrival_interval [String] Interval for predicted arrival time, if available.
308
+
# @param predicted_arrival_interval [String, nil] Interval for predicted arrival time, if available.
309
309
#
310
-
# @param predicted_departure_interval [String] Interval for predicted departure time, if available.
310
+
# @param predicted_departure_interval [String, nil] Interval for predicted departure time, if available.
311
311
#
312
312
# @param predicted_occupancy [String] Predicted occupancy status of the transit vehicle.
313
313
#
314
314
# @param route_long_name [String] Optional route long name that potentially overrides the route long name in the r
315
315
#
316
316
# @param route_short_name [String] Optional route short name that potentially overrides the route short name in the
317
317
#
318
-
# @param scheduled_arrival_interval [String] Interval for scheduled arrival time.
318
+
# @param scheduled_arrival_interval [String, nil] Interval for scheduled arrival time.
319
319
#
320
-
# @param scheduled_departure_interval [String] Interval for scheduled departure time.
320
+
# @param scheduled_departure_interval [String, nil] Interval for scheduled departure time.
321
321
#
322
322
# @param scheduled_track [String] Scheduled track information of the arriving transit vehicle.
323
323
#
@@ -438,7 +438,7 @@ class TripStatus < OnebusawaySDK::Internal::Type::BaseModel
438
438
# Information about frequency-based scheduling, if applicable to the trip.
439
439
#
440
440
# @return [String, nil]
441
-
optional:frequency,String
441
+
optional:frequency,String,nil?: true
442
442
443
443
# @!attribute last_known_location
444
444
# Last known location of the transit vehicle (optional).
@@ -541,7 +541,7 @@ class TripStatus < OnebusawaySDK::Internal::Type::BaseModel
541
541
#
542
542
# @param closest_stop_time_offset [Integer] Time offset from the closest stop to the current position of the transit vehicle
543
543
#
544
-
# @param frequency [String] Information about frequency-based scheduling, if applicable to the trip.
544
+
# @param frequency [String, nil] Information about frequency-based scheduling, if applicable to the trip.
545
545
#
546
546
# @param last_known_location [OnebusawaySDK::Models::ArrivalAndDepartureListResponse::Data::Entry::ArrivalsAndDeparture::TripStatus::LastKnownLocation, nil] Last known location of the transit vehicle (optional).
# Scheduled track information of the arriving transit vehicle.
@@ -284,7 +284,7 @@ class Entry < OnebusawaySDK::Internal::Type::BaseModel
284
284
#
285
285
# @param distance_from_stop [Float] Distance of the arriving transit vehicle from the stop, in meters.
286
286
#
287
-
# @param frequency [String] Information about frequency-based scheduling, if applicable to the trip.
287
+
# @param frequency [String, nil] Information about frequency-based scheduling, if applicable to the trip.
288
288
#
289
289
# @param historical_occupancy [String] Historical occupancy information of the transit vehicle.
290
290
#
@@ -294,19 +294,19 @@ class Entry < OnebusawaySDK::Internal::Type::BaseModel
294
294
#
295
295
# @param predicted [Boolean] Indicates if real-time arrival info is available for this trip.
296
296
#
297
-
# @param predicted_arrival_interval [String] Interval for predicted arrival time, if available.
297
+
# @param predicted_arrival_interval [String, nil] Interval for predicted arrival time, if available.
298
298
#
299
-
# @param predicted_departure_interval [String] Interval for predicted departure time, if available.
299
+
# @param predicted_departure_interval [String, nil] Interval for predicted departure time, if available.
300
300
#
301
301
# @param predicted_occupancy [String] Predicted occupancy status of the transit vehicle.
302
302
#
303
303
# @param route_long_name [String] Optional route long name that potentially overrides the route long name in the r
304
304
#
305
305
# @param route_short_name [String] Optional route short name that potentially overrides the route short name in the
306
306
#
307
-
# @param scheduled_arrival_interval [String] Interval for scheduled arrival time.
307
+
# @param scheduled_arrival_interval [String, nil] Interval for scheduled arrival time.
308
308
#
309
-
# @param scheduled_departure_interval [String] Interval for scheduled departure time.
309
+
# @param scheduled_departure_interval [String, nil] Interval for scheduled departure time.
310
310
#
311
311
# @param scheduled_track [String] Scheduled track information of the arriving transit vehicle.
312
312
#
@@ -427,7 +427,7 @@ class TripStatus < OnebusawaySDK::Internal::Type::BaseModel
427
427
# Information about frequency-based scheduling, if applicable to the trip.
428
428
#
429
429
# @return [String, nil]
430
-
optional:frequency,String
430
+
optional:frequency,String,nil?: true
431
431
432
432
# @!attribute last_known_location
433
433
# Last known location of the transit vehicle (optional).
@@ -530,7 +530,7 @@ class TripStatus < OnebusawaySDK::Internal::Type::BaseModel
530
530
#
531
531
# @param closest_stop_time_offset [Integer] Time offset from the closest stop to the current position of the transit vehicle
532
532
#
533
-
# @param frequency [String] Information about frequency-based scheduling, if applicable to the trip.
533
+
# @param frequency [String, nil] Information about frequency-based scheduling, if applicable to the trip.
534
534
#
535
535
# @param last_known_location [OnebusawaySDK::Models::ArrivalAndDepartureRetrieveResponse::Data::Entry::TripStatus::LastKnownLocation, nil] Last known location of the transit vehicle (optional).
# Scheduled track information of the arriving transit vehicle.
@@ -321,7 +321,7 @@ class ArrivalsAndDeparture < OnebusawaySDK::Internal::Type::BaseModel
321
321
#
322
322
# @param distance_from_stop [Float] Distance of the arriving transit vehicle from the stop, in meters.
323
323
#
324
-
# @param frequency [String] Information about frequency-based scheduling, if applicable to the trip.
324
+
# @param frequency [String, nil] Information about frequency-based scheduling, if applicable to the trip.
325
325
#
326
326
# @param historical_occupancy [String] Historical occupancy information of the transit vehicle.
327
327
#
@@ -331,19 +331,19 @@ class ArrivalsAndDeparture < OnebusawaySDK::Internal::Type::BaseModel
331
331
#
332
332
# @param predicted [Boolean] Indicates if real-time arrival info is available for this trip.
333
333
#
334
-
# @param predicted_arrival_interval [String] Interval for predicted arrival time, if available.
334
+
# @param predicted_arrival_interval [String, nil] Interval for predicted arrival time, if available.
335
335
#
336
-
# @param predicted_departure_interval [String] Interval for predicted departure time, if available.
336
+
# @param predicted_departure_interval [String, nil] Interval for predicted departure time, if available.
337
337
#
338
338
# @param predicted_occupancy [String] Predicted occupancy status of the transit vehicle.
339
339
#
340
340
# @param route_long_name [String] Optional route long name that potentially overrides the route long name in the r
341
341
#
342
342
# @param route_short_name [String] Optional route short name that potentially overrides the route short name in the
343
343
#
344
-
# @param scheduled_arrival_interval [String] Interval for scheduled arrival time.
344
+
# @param scheduled_arrival_interval [String, nil] Interval for scheduled arrival time.
345
345
#
346
-
# @param scheduled_departure_interval [String] Interval for scheduled departure time.
346
+
# @param scheduled_departure_interval [String, nil] Interval for scheduled departure time.
347
347
#
348
348
# @param scheduled_track [String] Scheduled track information of the arriving transit vehicle.
349
349
#
@@ -464,7 +464,7 @@ class TripStatus < OnebusawaySDK::Internal::Type::BaseModel
464
464
# Information about frequency-based scheduling, if applicable to the trip.
465
465
#
466
466
# @return [String, nil]
467
-
optional:frequency,String
467
+
optional:frequency,String,nil?: true
468
468
469
469
# @!attribute last_known_location
470
470
# Last known location of the transit vehicle (optional).
@@ -567,7 +567,7 @@ class TripStatus < OnebusawaySDK::Internal::Type::BaseModel
567
567
#
568
568
# @param closest_stop_time_offset [Integer] Time offset from the closest stop to the current position of the transit vehicle
569
569
#
570
-
# @param frequency [String] Information about frequency-based scheduling, if applicable to the trip.
570
+
# @param frequency [String, nil] Information about frequency-based scheduling, if applicable to the trip.
571
571
#
572
572
# @param last_known_location [OnebusawaySDK::Models::ArrivalsAndDeparturesForLocationListResponse::Data::Entry::ArrivalsAndDeparture::TripStatus::LastKnownLocation, nil] Last known location of the transit vehicle (optional).
0 commit comments