onebusaway-sdk 1.2.16 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +17 -0
- data/README.md +1 -1
- data/lib/onebusaway_sdk/models/agencies_with_coverage_list_response.rb +7 -7
- data/lib/onebusaway_sdk/models/agency_retrieve_response.rb +1 -7
- data/lib/onebusaway_sdk/models/references.rb +3 -19
- data/lib/onebusaway_sdk/models/route_ids_for_agency_list_response.rb +7 -7
- data/lib/onebusaway_sdk/models/routes_for_agency_list_response.rb +7 -7
- data/lib/onebusaway_sdk/models/routes_for_location_list_response.rb +7 -7
- data/lib/onebusaway_sdk/models/schedule_for_route_retrieve_response.rb +1 -157
- data/lib/onebusaway_sdk/models/search_for_route_list_response.rb +7 -7
- data/lib/onebusaway_sdk/models/search_for_stop_list_response.rb +7 -7
- data/lib/onebusaway_sdk/models/stop_ids_for_agency_list_response.rb +7 -7
- data/lib/onebusaway_sdk/models/stops_for_agency_list_response.rb +97 -85
- data/lib/onebusaway_sdk/models/stops_for_location_list_response.rb +7 -7
- data/lib/onebusaway_sdk/models/trips_for_location_list_response.rb +9 -9
- data/lib/onebusaway_sdk/models/trips_for_route_list_response.rb +7 -7
- data/lib/onebusaway_sdk/models/vehicles_for_agency_list_response.rb +28 -28
- data/lib/onebusaway_sdk/version.rb +1 -1
- data/rbi/onebusaway_sdk/models/agencies_with_coverage_list_response.rbi +11 -8
- data/rbi/onebusaway_sdk/models/agency_retrieve_response.rbi +1 -6
- data/rbi/onebusaway_sdk/models/references.rbi +4 -62
- data/rbi/onebusaway_sdk/models/route_ids_for_agency_list_response.rbi +11 -8
- data/rbi/onebusaway_sdk/models/routes_for_agency_list_response.rbi +11 -8
- data/rbi/onebusaway_sdk/models/routes_for_location_list_response.rbi +11 -8
- data/rbi/onebusaway_sdk/models/schedule_for_route_retrieve_response.rbi +1 -256
- data/rbi/onebusaway_sdk/models/search_for_route_list_response.rbi +11 -8
- data/rbi/onebusaway_sdk/models/search_for_stop_list_response.rbi +11 -8
- data/rbi/onebusaway_sdk/models/stop_ids_for_agency_list_response.rbi +11 -8
- data/rbi/onebusaway_sdk/models/stops_for_agency_list_response.rbi +140 -97
- data/rbi/onebusaway_sdk/models/stops_for_location_list_response.rbi +9 -6
- data/rbi/onebusaway_sdk/models/trips_for_location_list_response.rbi +11 -8
- data/rbi/onebusaway_sdk/models/trips_for_route_list_response.rbi +11 -8
- data/rbi/onebusaway_sdk/models/vehicles_for_agency_list_response.rbi +54 -44
- data/sig/onebusaway_sdk/models/agencies_with_coverage_list_response.rbs +10 -8
- data/sig/onebusaway_sdk/models/agency_retrieve_response.rbs +0 -5
- data/sig/onebusaway_sdk/models/references.rbs +5 -26
- data/sig/onebusaway_sdk/models/route_ids_for_agency_list_response.rbs +10 -8
- data/sig/onebusaway_sdk/models/routes_for_agency_list_response.rbs +10 -8
- data/sig/onebusaway_sdk/models/routes_for_location_list_response.rbs +10 -8
- data/sig/onebusaway_sdk/models/schedule_for_route_retrieve_response.rbs +3 -169
- data/sig/onebusaway_sdk/models/search_for_route_list_response.rbs +10 -8
- data/sig/onebusaway_sdk/models/search_for_stop_list_response.rbs +10 -8
- data/sig/onebusaway_sdk/models/stop_ids_for_agency_list_response.rbs +10 -8
- data/sig/onebusaway_sdk/models/stops_for_agency_list_response.rbs +100 -89
- data/sig/onebusaway_sdk/models/stops_for_location_list_response.rbs +7 -5
- data/sig/onebusaway_sdk/models/trips_for_location_list_response.rbs +7 -5
- data/sig/onebusaway_sdk/models/trips_for_route_list_response.rbs +10 -8
- data/sig/onebusaway_sdk/models/vehicles_for_agency_list_response.rbs +37 -25
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f51a37de954d9ee88e1eedb68c91450f84f626c5136056680a593a6cecd536d3
|
|
4
|
+
data.tar.gz: 4550416b2adc8a8fd4c0aa7ed0a40bcfe0689840ca251058394542d56385fb5c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3659c5b96c0ebb07586d3b6de9f27f5c81ed8dc18c206a2779f7814b07e9fc1705e2b82e7c0c1d8b69c2d33e3699d9b95eb5207623f735d5db55f6a54c8ab623
|
|
7
|
+
data.tar.gz: 2e01338379c9691b92591aaca2337d6740d1192d6043d589c62066c2fbcbc56a6316b9e12fb48615b6d0b7acab73da0a4d4112981a1c72058356272a3a53b6cb
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.4.0 (2026-03-10)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v1.3.0...v1.4.0](https://github.com/OneBusAway/ruby-sdk/compare/v1.3.0...v1.4.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([5dddb02](https://github.com/OneBusAway/ruby-sdk/commit/5dddb026375890bed1819ab6ddf6a2e06fe89967))
|
|
10
|
+
|
|
11
|
+
## 1.3.0 (2026-03-09)
|
|
12
|
+
|
|
13
|
+
Full Changelog: [v1.2.16...v1.3.0](https://github.com/OneBusAway/ruby-sdk/compare/v1.2.16...v1.3.0)
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **api:** api update ([ab3a7b3](https://github.com/OneBusAway/ruby-sdk/commit/ab3a7b315221fe29599ff6a337bc803e45cf117c))
|
|
18
|
+
* **api:** api update ([103f809](https://github.com/OneBusAway/ruby-sdk/commit/103f8096f6ee3152f20eecc3070fea4d6f6b638a))
|
|
19
|
+
|
|
3
20
|
## 1.2.16 (2026-03-07)
|
|
4
21
|
|
|
5
22
|
Full Changelog: [v1.2.15...v1.2.16](https://github.com/OneBusAway/ruby-sdk/compare/v1.2.15...v1.2.16)
|
data/README.md
CHANGED
|
@@ -13,11 +13,6 @@ module OnebusawaySDK
|
|
|
13
13
|
# @param data [OnebusawaySDK::Models::AgenciesWithCoverageListResponse::Data]
|
|
14
14
|
|
|
15
15
|
class Data < OnebusawaySDK::Internal::Type::BaseModel
|
|
16
|
-
# @!attribute limit_exceeded
|
|
17
|
-
#
|
|
18
|
-
# @return [Boolean]
|
|
19
|
-
required :limit_exceeded, OnebusawaySDK::Internal::Type::Boolean, api_name: :limitExceeded
|
|
20
|
-
|
|
21
16
|
# @!attribute list
|
|
22
17
|
#
|
|
23
18
|
# @return [Array<OnebusawaySDK::Models::AgenciesWithCoverageListResponse::Data::List>]
|
|
@@ -29,10 +24,15 @@ module OnebusawaySDK
|
|
|
29
24
|
# @return [OnebusawaySDK::Models::References]
|
|
30
25
|
required :references, -> { OnebusawaySDK::References }
|
|
31
26
|
|
|
32
|
-
# @!
|
|
33
|
-
#
|
|
27
|
+
# @!attribute limit_exceeded
|
|
28
|
+
#
|
|
29
|
+
# @return [Boolean, nil]
|
|
30
|
+
optional :limit_exceeded, OnebusawaySDK::Internal::Type::Boolean, api_name: :limitExceeded
|
|
31
|
+
|
|
32
|
+
# @!method initialize(list:, references:, limit_exceeded: nil)
|
|
34
33
|
# @param list [Array<OnebusawaySDK::Models::AgenciesWithCoverageListResponse::Data::List>]
|
|
35
34
|
# @param references [OnebusawaySDK::Models::References]
|
|
35
|
+
# @param limit_exceeded [Boolean]
|
|
36
36
|
|
|
37
37
|
class List < OnebusawaySDK::Internal::Type::BaseModel
|
|
38
38
|
# @!attribute agency_id
|
|
@@ -18,19 +18,13 @@ module OnebusawaySDK
|
|
|
18
18
|
# @return [OnebusawaySDK::Models::AgencyRetrieveResponse::Data::Entry]
|
|
19
19
|
required :entry, -> { OnebusawaySDK::Models::AgencyRetrieveResponse::Data::Entry }
|
|
20
20
|
|
|
21
|
-
# @!attribute limit_exceeded
|
|
22
|
-
#
|
|
23
|
-
# @return [Boolean]
|
|
24
|
-
required :limit_exceeded, OnebusawaySDK::Internal::Type::Boolean, api_name: :limitExceeded
|
|
25
|
-
|
|
26
21
|
# @!attribute references
|
|
27
22
|
#
|
|
28
23
|
# @return [OnebusawaySDK::Models::References]
|
|
29
24
|
required :references, -> { OnebusawaySDK::References }
|
|
30
25
|
|
|
31
|
-
# @!method initialize(entry:,
|
|
26
|
+
# @!method initialize(entry:, references:)
|
|
32
27
|
# @param entry [OnebusawaySDK::Models::AgencyRetrieveResponse::Data::Entry]
|
|
33
|
-
# @param limit_exceeded [Boolean]
|
|
34
28
|
# @param references [OnebusawaySDK::Models::References]
|
|
35
29
|
|
|
36
30
|
# @see OnebusawaySDK::Models::AgencyRetrieveResponse::Data#entry
|
|
@@ -231,8 +231,8 @@ module OnebusawaySDK
|
|
|
231
231
|
# @!attribute reason
|
|
232
232
|
# Reason for the service alert, taken from TPEG codes.
|
|
233
233
|
#
|
|
234
|
-
# @return [
|
|
235
|
-
optional :reason,
|
|
234
|
+
# @return [String, nil]
|
|
235
|
+
optional :reason, String
|
|
236
236
|
|
|
237
237
|
# @!attribute severity
|
|
238
238
|
# Severity of the situation.
|
|
@@ -267,7 +267,7 @@ module OnebusawaySDK
|
|
|
267
267
|
#
|
|
268
268
|
# @param publication_windows [Array<OnebusawaySDK::Models::References::Situation::PublicationWindow>]
|
|
269
269
|
#
|
|
270
|
-
# @param reason [
|
|
270
|
+
# @param reason [String] Reason for the service alert, taken from TPEG codes.
|
|
271
271
|
#
|
|
272
272
|
# @param severity [String] Severity of the situation.
|
|
273
273
|
#
|
|
@@ -455,22 +455,6 @@ module OnebusawaySDK
|
|
|
455
455
|
# @param to [Integer] End time of the time window as a Unix timestamp.
|
|
456
456
|
end
|
|
457
457
|
|
|
458
|
-
# Reason for the service alert, taken from TPEG codes.
|
|
459
|
-
#
|
|
460
|
-
# @see OnebusawaySDK::Models::References::Situation#reason
|
|
461
|
-
module Reason
|
|
462
|
-
extend OnebusawaySDK::Internal::Type::Enum
|
|
463
|
-
|
|
464
|
-
EQUIPMENT_REASON = :equipmentReason
|
|
465
|
-
ENVIRONMENT_REASON = :environmentReason
|
|
466
|
-
PERSONNEL_REASON = :personnelReason
|
|
467
|
-
MISCELLANEOUS_REASON = :miscellaneousReason
|
|
468
|
-
SECURITY_ALERT = :securityAlert
|
|
469
|
-
|
|
470
|
-
# @!method self.values
|
|
471
|
-
# @return [Array<Symbol>]
|
|
472
|
-
end
|
|
473
|
-
|
|
474
458
|
# @see OnebusawaySDK::Models::References::Situation#summary
|
|
475
459
|
class Summary < OnebusawaySDK::Internal::Type::BaseModel
|
|
476
460
|
# @!attribute lang
|
|
@@ -13,11 +13,6 @@ module OnebusawaySDK
|
|
|
13
13
|
# @param data [OnebusawaySDK::Models::RouteIDsForAgencyListResponse::Data]
|
|
14
14
|
|
|
15
15
|
class Data < OnebusawaySDK::Internal::Type::BaseModel
|
|
16
|
-
# @!attribute limit_exceeded
|
|
17
|
-
#
|
|
18
|
-
# @return [Boolean]
|
|
19
|
-
required :limit_exceeded, OnebusawaySDK::Internal::Type::Boolean, api_name: :limitExceeded
|
|
20
|
-
|
|
21
16
|
# @!attribute list
|
|
22
17
|
#
|
|
23
18
|
# @return [Array<String>]
|
|
@@ -28,10 +23,15 @@ module OnebusawaySDK
|
|
|
28
23
|
# @return [OnebusawaySDK::Models::References]
|
|
29
24
|
required :references, -> { OnebusawaySDK::References }
|
|
30
25
|
|
|
31
|
-
# @!
|
|
32
|
-
#
|
|
26
|
+
# @!attribute limit_exceeded
|
|
27
|
+
#
|
|
28
|
+
# @return [Boolean, nil]
|
|
29
|
+
optional :limit_exceeded, OnebusawaySDK::Internal::Type::Boolean, api_name: :limitExceeded
|
|
30
|
+
|
|
31
|
+
# @!method initialize(list:, references:, limit_exceeded: nil)
|
|
33
32
|
# @param list [Array<String>]
|
|
34
33
|
# @param references [OnebusawaySDK::Models::References]
|
|
34
|
+
# @param limit_exceeded [Boolean]
|
|
35
35
|
end
|
|
36
36
|
end
|
|
37
37
|
end
|
|
@@ -13,11 +13,6 @@ module OnebusawaySDK
|
|
|
13
13
|
# @param data [OnebusawaySDK::Models::RoutesForAgencyListResponse::Data]
|
|
14
14
|
|
|
15
15
|
class Data < OnebusawaySDK::Internal::Type::BaseModel
|
|
16
|
-
# @!attribute limit_exceeded
|
|
17
|
-
#
|
|
18
|
-
# @return [Boolean]
|
|
19
|
-
required :limit_exceeded, OnebusawaySDK::Internal::Type::Boolean, api_name: :limitExceeded
|
|
20
|
-
|
|
21
16
|
# @!attribute list
|
|
22
17
|
#
|
|
23
18
|
# @return [Array<OnebusawaySDK::Models::RoutesForAgencyListResponse::Data::List>]
|
|
@@ -29,10 +24,15 @@ module OnebusawaySDK
|
|
|
29
24
|
# @return [OnebusawaySDK::Models::References]
|
|
30
25
|
required :references, -> { OnebusawaySDK::References }
|
|
31
26
|
|
|
32
|
-
# @!
|
|
33
|
-
#
|
|
27
|
+
# @!attribute limit_exceeded
|
|
28
|
+
#
|
|
29
|
+
# @return [Boolean, nil]
|
|
30
|
+
optional :limit_exceeded, OnebusawaySDK::Internal::Type::Boolean, api_name: :limitExceeded
|
|
31
|
+
|
|
32
|
+
# @!method initialize(list:, references:, limit_exceeded: nil)
|
|
34
33
|
# @param list [Array<OnebusawaySDK::Models::RoutesForAgencyListResponse::Data::List>]
|
|
35
34
|
# @param references [OnebusawaySDK::Models::References]
|
|
35
|
+
# @param limit_exceeded [Boolean]
|
|
36
36
|
|
|
37
37
|
class List < OnebusawaySDK::Internal::Type::BaseModel
|
|
38
38
|
# @!attribute id
|
|
@@ -13,11 +13,6 @@ module OnebusawaySDK
|
|
|
13
13
|
# @param data [OnebusawaySDK::Models::RoutesForLocationListResponse::Data]
|
|
14
14
|
|
|
15
15
|
class Data < OnebusawaySDK::Internal::Type::BaseModel
|
|
16
|
-
# @!attribute limit_exceeded
|
|
17
|
-
#
|
|
18
|
-
# @return [Boolean]
|
|
19
|
-
required :limit_exceeded, OnebusawaySDK::Internal::Type::Boolean, api_name: :limitExceeded
|
|
20
|
-
|
|
21
16
|
# @!attribute list
|
|
22
17
|
#
|
|
23
18
|
# @return [Array<OnebusawaySDK::Models::RoutesForLocationListResponse::Data::List>]
|
|
@@ -34,11 +29,16 @@ module OnebusawaySDK
|
|
|
34
29
|
# @return [OnebusawaySDK::Models::References]
|
|
35
30
|
required :references, -> { OnebusawaySDK::References }
|
|
36
31
|
|
|
37
|
-
# @!
|
|
38
|
-
#
|
|
32
|
+
# @!attribute limit_exceeded
|
|
33
|
+
#
|
|
34
|
+
# @return [Boolean, nil]
|
|
35
|
+
optional :limit_exceeded, OnebusawaySDK::Internal::Type::Boolean, api_name: :limitExceeded
|
|
36
|
+
|
|
37
|
+
# @!method initialize(list:, out_of_range:, references:, limit_exceeded: nil)
|
|
39
38
|
# @param list [Array<OnebusawaySDK::Models::RoutesForLocationListResponse::Data::List>]
|
|
40
39
|
# @param out_of_range [Boolean]
|
|
41
40
|
# @param references [OnebusawaySDK::Models::References]
|
|
41
|
+
# @param limit_exceeded [Boolean]
|
|
42
42
|
|
|
43
43
|
class List < OnebusawaySDK::Internal::Type::BaseModel
|
|
44
44
|
# @!attribute id
|
|
@@ -38,12 +38,6 @@ module OnebusawaySDK
|
|
|
38
38
|
# @return [Array<String>]
|
|
39
39
|
required :service_ids, OnebusawaySDK::Internal::Type::ArrayOf[String], api_name: :serviceIds
|
|
40
40
|
|
|
41
|
-
# @!attribute stops
|
|
42
|
-
#
|
|
43
|
-
# @return [Array<OnebusawaySDK::Models::ScheduleForRouteRetrieveResponse::Data::Entry::Stop>]
|
|
44
|
-
required :stops,
|
|
45
|
-
-> { OnebusawaySDK::Internal::Type::ArrayOf[OnebusawaySDK::Models::ScheduleForRouteRetrieveResponse::Data::Entry::Stop] }
|
|
46
|
-
|
|
47
41
|
# @!attribute stop_trip_groupings
|
|
48
42
|
#
|
|
49
43
|
# @return [Array<OnebusawaySDK::Models::ScheduleForRouteRetrieveResponse::Data::Entry::StopTripGrouping>]
|
|
@@ -51,91 +45,11 @@ module OnebusawaySDK
|
|
|
51
45
|
-> { OnebusawaySDK::Internal::Type::ArrayOf[OnebusawaySDK::Models::ScheduleForRouteRetrieveResponse::Data::Entry::StopTripGrouping] },
|
|
52
46
|
api_name: :stopTripGroupings
|
|
53
47
|
|
|
54
|
-
# @!
|
|
55
|
-
#
|
|
56
|
-
# @return [Array<OnebusawaySDK::Models::ScheduleForRouteRetrieveResponse::Data::Entry::Trip>]
|
|
57
|
-
required :trips,
|
|
58
|
-
-> { OnebusawaySDK::Internal::Type::ArrayOf[OnebusawaySDK::Models::ScheduleForRouteRetrieveResponse::Data::Entry::Trip] }
|
|
59
|
-
|
|
60
|
-
# @!method initialize(route_id:, schedule_date:, service_ids:, stops:, stop_trip_groupings:, trips:)
|
|
48
|
+
# @!method initialize(route_id:, schedule_date:, service_ids:, stop_trip_groupings:)
|
|
61
49
|
# @param route_id [String]
|
|
62
50
|
# @param schedule_date [Integer]
|
|
63
51
|
# @param service_ids [Array<String>]
|
|
64
|
-
# @param stops [Array<OnebusawaySDK::Models::ScheduleForRouteRetrieveResponse::Data::Entry::Stop>]
|
|
65
52
|
# @param stop_trip_groupings [Array<OnebusawaySDK::Models::ScheduleForRouteRetrieveResponse::Data::Entry::StopTripGrouping>]
|
|
66
|
-
# @param trips [Array<OnebusawaySDK::Models::ScheduleForRouteRetrieveResponse::Data::Entry::Trip>]
|
|
67
|
-
|
|
68
|
-
class Stop < OnebusawaySDK::Internal::Type::BaseModel
|
|
69
|
-
# @!attribute id
|
|
70
|
-
#
|
|
71
|
-
# @return [String]
|
|
72
|
-
required :id, String
|
|
73
|
-
|
|
74
|
-
# @!attribute lat
|
|
75
|
-
#
|
|
76
|
-
# @return [Float]
|
|
77
|
-
required :lat, Float
|
|
78
|
-
|
|
79
|
-
# @!attribute location_type
|
|
80
|
-
#
|
|
81
|
-
# @return [Integer]
|
|
82
|
-
required :location_type, Integer, api_name: :locationType
|
|
83
|
-
|
|
84
|
-
# @!attribute lon
|
|
85
|
-
#
|
|
86
|
-
# @return [Float]
|
|
87
|
-
required :lon, Float
|
|
88
|
-
|
|
89
|
-
# @!attribute name
|
|
90
|
-
#
|
|
91
|
-
# @return [String]
|
|
92
|
-
required :name, String
|
|
93
|
-
|
|
94
|
-
# @!attribute parent
|
|
95
|
-
#
|
|
96
|
-
# @return [String]
|
|
97
|
-
required :parent, String
|
|
98
|
-
|
|
99
|
-
# @!attribute route_ids
|
|
100
|
-
#
|
|
101
|
-
# @return [Array<String>]
|
|
102
|
-
required :route_ids, OnebusawaySDK::Internal::Type::ArrayOf[String], api_name: :routeIds
|
|
103
|
-
|
|
104
|
-
# @!attribute static_route_ids
|
|
105
|
-
#
|
|
106
|
-
# @return [Array<String>]
|
|
107
|
-
required :static_route_ids,
|
|
108
|
-
OnebusawaySDK::Internal::Type::ArrayOf[String],
|
|
109
|
-
api_name: :staticRouteIds
|
|
110
|
-
|
|
111
|
-
# @!attribute code
|
|
112
|
-
#
|
|
113
|
-
# @return [String, nil]
|
|
114
|
-
optional :code, String
|
|
115
|
-
|
|
116
|
-
# @!attribute direction
|
|
117
|
-
#
|
|
118
|
-
# @return [String, nil]
|
|
119
|
-
optional :direction, String
|
|
120
|
-
|
|
121
|
-
# @!attribute wheelchair_boarding
|
|
122
|
-
#
|
|
123
|
-
# @return [String, nil]
|
|
124
|
-
optional :wheelchair_boarding, String, api_name: :wheelchairBoarding
|
|
125
|
-
|
|
126
|
-
# @!method initialize(id:, lat:, location_type:, lon:, name:, parent:, route_ids:, static_route_ids:, code: nil, direction: nil, wheelchair_boarding: nil)
|
|
127
|
-
# @param id [String]
|
|
128
|
-
# @param lat [Float]
|
|
129
|
-
# @param location_type [Integer]
|
|
130
|
-
# @param lon [Float]
|
|
131
|
-
# @param name [String]
|
|
132
|
-
# @param parent [String]
|
|
133
|
-
# @param route_ids [Array<String>]
|
|
134
|
-
# @param static_route_ids [Array<String>]
|
|
135
|
-
# @param code [String]
|
|
136
|
-
# @param direction [String]
|
|
137
|
-
# @param wheelchair_boarding [String]
|
|
138
|
-
end
|
|
139
53
|
|
|
140
54
|
class StopTripGrouping < OnebusawaySDK::Internal::Type::BaseModel
|
|
141
55
|
# @!attribute direction_id
|
|
@@ -248,76 +162,6 @@ module OnebusawaySDK
|
|
|
248
162
|
end
|
|
249
163
|
end
|
|
250
164
|
end
|
|
251
|
-
|
|
252
|
-
class Trip < OnebusawaySDK::Internal::Type::BaseModel
|
|
253
|
-
# @!attribute id
|
|
254
|
-
#
|
|
255
|
-
# @return [String]
|
|
256
|
-
required :id, String
|
|
257
|
-
|
|
258
|
-
# @!attribute route_id
|
|
259
|
-
#
|
|
260
|
-
# @return [String]
|
|
261
|
-
required :route_id, String, api_name: :routeId
|
|
262
|
-
|
|
263
|
-
# @!attribute service_id
|
|
264
|
-
#
|
|
265
|
-
# @return [String]
|
|
266
|
-
required :service_id, String, api_name: :serviceId
|
|
267
|
-
|
|
268
|
-
# @!attribute block_id
|
|
269
|
-
#
|
|
270
|
-
# @return [String, nil]
|
|
271
|
-
optional :block_id, String, api_name: :blockId
|
|
272
|
-
|
|
273
|
-
# @!attribute direction_id
|
|
274
|
-
#
|
|
275
|
-
# @return [String, nil]
|
|
276
|
-
optional :direction_id, String, api_name: :directionId
|
|
277
|
-
|
|
278
|
-
# @!attribute peak_offpeak
|
|
279
|
-
#
|
|
280
|
-
# @return [Integer, nil]
|
|
281
|
-
optional :peak_offpeak, Integer, api_name: :peakOffpeak
|
|
282
|
-
|
|
283
|
-
# @!attribute route_short_name
|
|
284
|
-
#
|
|
285
|
-
# @return [String, nil]
|
|
286
|
-
optional :route_short_name, String, api_name: :routeShortName
|
|
287
|
-
|
|
288
|
-
# @!attribute shape_id
|
|
289
|
-
#
|
|
290
|
-
# @return [String, nil]
|
|
291
|
-
optional :shape_id, String, api_name: :shapeId
|
|
292
|
-
|
|
293
|
-
# @!attribute time_zone
|
|
294
|
-
#
|
|
295
|
-
# @return [String, nil]
|
|
296
|
-
optional :time_zone, String, api_name: :timeZone
|
|
297
|
-
|
|
298
|
-
# @!attribute trip_headsign
|
|
299
|
-
#
|
|
300
|
-
# @return [String, nil]
|
|
301
|
-
optional :trip_headsign, String, api_name: :tripHeadsign
|
|
302
|
-
|
|
303
|
-
# @!attribute trip_short_name
|
|
304
|
-
#
|
|
305
|
-
# @return [String, nil]
|
|
306
|
-
optional :trip_short_name, String, api_name: :tripShortName
|
|
307
|
-
|
|
308
|
-
# @!method initialize(id:, route_id:, service_id:, block_id: nil, direction_id: nil, peak_offpeak: nil, route_short_name: nil, shape_id: nil, time_zone: nil, trip_headsign: nil, trip_short_name: nil)
|
|
309
|
-
# @param id [String]
|
|
310
|
-
# @param route_id [String]
|
|
311
|
-
# @param service_id [String]
|
|
312
|
-
# @param block_id [String]
|
|
313
|
-
# @param direction_id [String]
|
|
314
|
-
# @param peak_offpeak [Integer]
|
|
315
|
-
# @param route_short_name [String]
|
|
316
|
-
# @param shape_id [String]
|
|
317
|
-
# @param time_zone [String]
|
|
318
|
-
# @param trip_headsign [String]
|
|
319
|
-
# @param trip_short_name [String]
|
|
320
|
-
end
|
|
321
165
|
end
|
|
322
166
|
end
|
|
323
167
|
end
|
|
@@ -13,11 +13,6 @@ module OnebusawaySDK
|
|
|
13
13
|
# @param data [OnebusawaySDK::Models::SearchForRouteListResponse::Data]
|
|
14
14
|
|
|
15
15
|
class Data < OnebusawaySDK::Internal::Type::BaseModel
|
|
16
|
-
# @!attribute limit_exceeded
|
|
17
|
-
#
|
|
18
|
-
# @return [Boolean]
|
|
19
|
-
required :limit_exceeded, OnebusawaySDK::Internal::Type::Boolean, api_name: :limitExceeded
|
|
20
|
-
|
|
21
16
|
# @!attribute list
|
|
22
17
|
#
|
|
23
18
|
# @return [Array<OnebusawaySDK::Models::SearchForRouteListResponse::Data::List>]
|
|
@@ -34,11 +29,16 @@ module OnebusawaySDK
|
|
|
34
29
|
# @return [OnebusawaySDK::Models::References]
|
|
35
30
|
required :references, -> { OnebusawaySDK::References }
|
|
36
31
|
|
|
37
|
-
# @!
|
|
38
|
-
#
|
|
32
|
+
# @!attribute limit_exceeded
|
|
33
|
+
#
|
|
34
|
+
# @return [Boolean, nil]
|
|
35
|
+
optional :limit_exceeded, OnebusawaySDK::Internal::Type::Boolean, api_name: :limitExceeded
|
|
36
|
+
|
|
37
|
+
# @!method initialize(list:, out_of_range:, references:, limit_exceeded: nil)
|
|
39
38
|
# @param list [Array<OnebusawaySDK::Models::SearchForRouteListResponse::Data::List>]
|
|
40
39
|
# @param out_of_range [Boolean]
|
|
41
40
|
# @param references [OnebusawaySDK::Models::References]
|
|
41
|
+
# @param limit_exceeded [Boolean]
|
|
42
42
|
|
|
43
43
|
class List < OnebusawaySDK::Internal::Type::BaseModel
|
|
44
44
|
# @!attribute id
|
|
@@ -13,11 +13,6 @@ module OnebusawaySDK
|
|
|
13
13
|
# @param data [OnebusawaySDK::Models::SearchForStopListResponse::Data]
|
|
14
14
|
|
|
15
15
|
class Data < OnebusawaySDK::Internal::Type::BaseModel
|
|
16
|
-
# @!attribute limit_exceeded
|
|
17
|
-
#
|
|
18
|
-
# @return [Boolean]
|
|
19
|
-
required :limit_exceeded, OnebusawaySDK::Internal::Type::Boolean, api_name: :limitExceeded
|
|
20
|
-
|
|
21
16
|
# @!attribute list
|
|
22
17
|
#
|
|
23
18
|
# @return [Array<OnebusawaySDK::Models::SearchForStopListResponse::Data::List>]
|
|
@@ -34,11 +29,16 @@ module OnebusawaySDK
|
|
|
34
29
|
# @return [OnebusawaySDK::Models::References]
|
|
35
30
|
required :references, -> { OnebusawaySDK::References }
|
|
36
31
|
|
|
37
|
-
# @!
|
|
38
|
-
#
|
|
32
|
+
# @!attribute limit_exceeded
|
|
33
|
+
#
|
|
34
|
+
# @return [Boolean, nil]
|
|
35
|
+
optional :limit_exceeded, OnebusawaySDK::Internal::Type::Boolean, api_name: :limitExceeded
|
|
36
|
+
|
|
37
|
+
# @!method initialize(list:, out_of_range:, references:, limit_exceeded: nil)
|
|
39
38
|
# @param list [Array<OnebusawaySDK::Models::SearchForStopListResponse::Data::List>]
|
|
40
39
|
# @param out_of_range [Boolean]
|
|
41
40
|
# @param references [OnebusawaySDK::Models::References]
|
|
41
|
+
# @param limit_exceeded [Boolean]
|
|
42
42
|
|
|
43
43
|
class List < OnebusawaySDK::Internal::Type::BaseModel
|
|
44
44
|
# @!attribute id
|
|
@@ -13,11 +13,6 @@ module OnebusawaySDK
|
|
|
13
13
|
# @param data [OnebusawaySDK::Models::StopIDsForAgencyListResponse::Data]
|
|
14
14
|
|
|
15
15
|
class Data < OnebusawaySDK::Internal::Type::BaseModel
|
|
16
|
-
# @!attribute limit_exceeded
|
|
17
|
-
#
|
|
18
|
-
# @return [Boolean]
|
|
19
|
-
required :limit_exceeded, OnebusawaySDK::Internal::Type::Boolean, api_name: :limitExceeded
|
|
20
|
-
|
|
21
16
|
# @!attribute list
|
|
22
17
|
#
|
|
23
18
|
# @return [Array<String>]
|
|
@@ -28,10 +23,15 @@ module OnebusawaySDK
|
|
|
28
23
|
# @return [OnebusawaySDK::Models::References]
|
|
29
24
|
required :references, -> { OnebusawaySDK::References }
|
|
30
25
|
|
|
31
|
-
# @!
|
|
32
|
-
#
|
|
26
|
+
# @!attribute limit_exceeded
|
|
27
|
+
#
|
|
28
|
+
# @return [Boolean, nil]
|
|
29
|
+
optional :limit_exceeded, OnebusawaySDK::Internal::Type::Boolean, api_name: :limitExceeded
|
|
30
|
+
|
|
31
|
+
# @!method initialize(list:, references:, limit_exceeded: nil)
|
|
33
32
|
# @param list [Array<String>]
|
|
34
33
|
# @param references [OnebusawaySDK::Models::References]
|
|
34
|
+
# @param limit_exceeded [Boolean]
|
|
35
35
|
end
|
|
36
36
|
end
|
|
37
37
|
end
|