onebusaway-sdk 0.1.0.pre.alpha.203

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.
Files changed (293) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +124 -0
  3. data/lib/onebusaway-sdk/base_client.rb +483 -0
  4. data/lib/onebusaway-sdk/base_model.rb +1188 -0
  5. data/lib/onebusaway-sdk/base_page.rb +40 -0
  6. data/lib/onebusaway-sdk/client.rb +181 -0
  7. data/lib/onebusaway-sdk/errors.rb +187 -0
  8. data/lib/onebusaway-sdk/extern.rb +10 -0
  9. data/lib/onebusaway-sdk/models/agencies_with_coverage_list_params.rb +18 -0
  10. data/lib/onebusaway-sdk/models/agencies_with_coverage_list_response.rb +84 -0
  11. data/lib/onebusaway-sdk/models/agency_retrieve_params.rb +18 -0
  12. data/lib/onebusaway-sdk/models/agency_retrieve_response.rb +151 -0
  13. data/lib/onebusaway-sdk/models/arrival_and_departure_list_params.rb +51 -0
  14. data/lib/onebusaway-sdk/models/arrival_and_departure_list_response.rb +767 -0
  15. data/lib/onebusaway-sdk/models/arrival_and_departure_retrieve_params.rb +60 -0
  16. data/lib/onebusaway-sdk/models/arrival_and_departure_retrieve_response.rb +751 -0
  17. data/lib/onebusaway-sdk/models/block_retrieve_params.rb +18 -0
  18. data/lib/onebusaway-sdk/models/block_retrieve_response.rb +205 -0
  19. data/lib/onebusaway-sdk/models/config_retrieve_params.rb +18 -0
  20. data/lib/onebusaway-sdk/models/config_retrieve_response.rb +331 -0
  21. data/lib/onebusaway-sdk/models/current_time_retrieve_params.rb +18 -0
  22. data/lib/onebusaway-sdk/models/current_time_retrieve_response.rb +67 -0
  23. data/lib/onebusaway-sdk/models/references.rb +1071 -0
  24. data/lib/onebusaway-sdk/models/report_problem_with_stop_retrieve_params.rb +117 -0
  25. data/lib/onebusaway-sdk/models/report_problem_with_trip_retrieve_params.rb +180 -0
  26. data/lib/onebusaway-sdk/models/response_wrapper.rb +37 -0
  27. data/lib/onebusaway-sdk/models/route_ids_for_agency_list_params.rb +18 -0
  28. data/lib/onebusaway-sdk/models/route_ids_for_agency_list_response.rb +45 -0
  29. data/lib/onebusaway-sdk/models/route_retrieve_params.rb +18 -0
  30. data/lib/onebusaway-sdk/models/route_retrieve_response.rb +149 -0
  31. data/lib/onebusaway-sdk/models/routes_for_agency_list_params.rb +18 -0
  32. data/lib/onebusaway-sdk/models/routes_for_agency_list_response.rb +156 -0
  33. data/lib/onebusaway-sdk/models/routes_for_location_list_params.rb +70 -0
  34. data/lib/onebusaway-sdk/models/routes_for_location_list_response.rb +162 -0
  35. data/lib/onebusaway-sdk/models/schedule_for_route_retrieve_params.rb +30 -0
  36. data/lib/onebusaway-sdk/models/schedule_for_route_retrieve_response.rb +453 -0
  37. data/lib/onebusaway-sdk/models/schedule_for_stop_retrieve_params.rb +30 -0
  38. data/lib/onebusaway-sdk/models/schedule_for_stop_retrieve_response.rb +244 -0
  39. data/lib/onebusaway-sdk/models/search_for_route_list_params.rb +36 -0
  40. data/lib/onebusaway-sdk/models/search_for_route_list_response.rb +166 -0
  41. data/lib/onebusaway-sdk/models/search_for_stop_list_params.rb +36 -0
  42. data/lib/onebusaway-sdk/models/search_for_stop_list_response.rb +161 -0
  43. data/lib/onebusaway-sdk/models/shape_retrieve_params.rb +18 -0
  44. data/lib/onebusaway-sdk/models/shape_retrieve_response.rb +70 -0
  45. data/lib/onebusaway-sdk/models/stop_ids_for_agency_list_params.rb +18 -0
  46. data/lib/onebusaway-sdk/models/stop_ids_for_agency_list_response.rb +45 -0
  47. data/lib/onebusaway-sdk/models/stop_retrieve_params.rb +18 -0
  48. data/lib/onebusaway-sdk/models/stop_retrieve_response.rb +144 -0
  49. data/lib/onebusaway-sdk/models/stops_for_agency_list_params.rb +18 -0
  50. data/lib/onebusaway-sdk/models/stops_for_agency_list_response.rb +146 -0
  51. data/lib/onebusaway-sdk/models/stops_for_location_list_params.rb +74 -0
  52. data/lib/onebusaway-sdk/models/stops_for_location_list_response.rb +161 -0
  53. data/lib/onebusaway-sdk/models/stops_for_route_list_params.rb +40 -0
  54. data/lib/onebusaway-sdk/models/stops_for_route_list_response.rb +253 -0
  55. data/lib/onebusaway-sdk/models/trip_detail_retrieve_params.rb +86 -0
  56. data/lib/onebusaway-sdk/models/trip_detail_retrieve_response.rb +561 -0
  57. data/lib/onebusaway-sdk/models/trip_for_vehicle_retrieve_params.rb +65 -0
  58. data/lib/onebusaway-sdk/models/trip_for_vehicle_retrieve_response.rb +561 -0
  59. data/lib/onebusaway-sdk/models/trip_retrieve_params.rb +18 -0
  60. data/lib/onebusaway-sdk/models/trip_retrieve_response.rb +160 -0
  61. data/lib/onebusaway-sdk/models/trips_for_location_list_params.rb +93 -0
  62. data/lib/onebusaway-sdk/models/trips_for_location_list_response.rb +572 -0
  63. data/lib/onebusaway-sdk/models/trips_for_route_list_params.rb +52 -0
  64. data/lib/onebusaway-sdk/models/trips_for_route_list_response.rb +559 -0
  65. data/lib/onebusaway-sdk/models/vehicles_for_agency_list_params.rb +29 -0
  66. data/lib/onebusaway-sdk/models/vehicles_for_agency_list_response.rb +529 -0
  67. data/lib/onebusaway-sdk/pooled_net_requester.rb +170 -0
  68. data/lib/onebusaway-sdk/request_options.rb +115 -0
  69. data/lib/onebusaway-sdk/resources/agencies_with_coverage.rb +31 -0
  70. data/lib/onebusaway-sdk/resources/agency.rb +32 -0
  71. data/lib/onebusaway-sdk/resources/arrival_and_departure.rb +71 -0
  72. data/lib/onebusaway-sdk/resources/block.rb +32 -0
  73. data/lib/onebusaway-sdk/resources/config.rb +30 -0
  74. data/lib/onebusaway-sdk/resources/current_time.rb +30 -0
  75. data/lib/onebusaway-sdk/resources/report_problem_with_stop.rb +44 -0
  76. data/lib/onebusaway-sdk/resources/report_problem_with_trip.rb +54 -0
  77. data/lib/onebusaway-sdk/resources/route.rb +32 -0
  78. data/lib/onebusaway-sdk/resources/route_ids_for_agency.rb +32 -0
  79. data/lib/onebusaway-sdk/resources/routes_for_agency.rb +32 -0
  80. data/lib/onebusaway-sdk/resources/routes_for_location.rb +44 -0
  81. data/lib/onebusaway-sdk/resources/schedule_for_route.rb +37 -0
  82. data/lib/onebusaway-sdk/resources/schedule_for_stop.rb +37 -0
  83. data/lib/onebusaway-sdk/resources/search_for_route.rb +36 -0
  84. data/lib/onebusaway-sdk/resources/search_for_stop.rb +36 -0
  85. data/lib/onebusaway-sdk/resources/shape.rb +32 -0
  86. data/lib/onebusaway-sdk/resources/stop.rb +32 -0
  87. data/lib/onebusaway-sdk/resources/stop_ids_for_agency.rb +32 -0
  88. data/lib/onebusaway-sdk/resources/stops_for_agency.rb +32 -0
  89. data/lib/onebusaway-sdk/resources/stops_for_location.rb +44 -0
  90. data/lib/onebusaway-sdk/resources/stops_for_route.rb +38 -0
  91. data/lib/onebusaway-sdk/resources/trip.rb +32 -0
  92. data/lib/onebusaway-sdk/resources/trip_details.rb +47 -0
  93. data/lib/onebusaway-sdk/resources/trip_for_vehicle.rb +45 -0
  94. data/lib/onebusaway-sdk/resources/trips_for_location.rb +48 -0
  95. data/lib/onebusaway-sdk/resources/trips_for_route.rb +41 -0
  96. data/lib/onebusaway-sdk/resources/vehicles_for_agency.rb +36 -0
  97. data/lib/onebusaway-sdk/util.rb +512 -0
  98. data/lib/onebusaway-sdk/version.rb +5 -0
  99. data/lib/onebusaway-sdk.rb +116 -0
  100. data/manifest.yaml +13 -0
  101. data/rbi/lib/onebusaway-sdk/base_client.rbi +162 -0
  102. data/rbi/lib/onebusaway-sdk/base_model.rbi +478 -0
  103. data/rbi/lib/onebusaway-sdk/base_page.rbi +39 -0
  104. data/rbi/lib/onebusaway-sdk/client.rbi +154 -0
  105. data/rbi/lib/onebusaway-sdk/errors.rbi +145 -0
  106. data/rbi/lib/onebusaway-sdk/extern.rbi +7 -0
  107. data/rbi/lib/onebusaway-sdk/models/agencies_with_coverage_list_params.rbi +18 -0
  108. data/rbi/lib/onebusaway-sdk/models/agencies_with_coverage_list_response.rbi +131 -0
  109. data/rbi/lib/onebusaway-sdk/models/agency_retrieve_params.rbi +18 -0
  110. data/rbi/lib/onebusaway-sdk/models/agency_retrieve_response.rbi +210 -0
  111. data/rbi/lib/onebusaway-sdk/models/arrival_and_departure_list_params.rbi +60 -0
  112. data/rbi/lib/onebusaway-sdk/models/arrival_and_departure_list_response.rbi +914 -0
  113. data/rbi/lib/onebusaway-sdk/models/arrival_and_departure_retrieve_params.rbi +87 -0
  114. data/rbi/lib/onebusaway-sdk/models/arrival_and_departure_retrieve_response.rbi +857 -0
  115. data/rbi/lib/onebusaway-sdk/models/block_retrieve_params.rbi +18 -0
  116. data/rbi/lib/onebusaway-sdk/models/block_retrieve_response.rbi +383 -0
  117. data/rbi/lib/onebusaway-sdk/models/config_retrieve_params.rbi +18 -0
  118. data/rbi/lib/onebusaway-sdk/models/config_retrieve_response.rbi +389 -0
  119. data/rbi/lib/onebusaway-sdk/models/current_time_retrieve_params.rbi +18 -0
  120. data/rbi/lib/onebusaway-sdk/models/current_time_retrieve_response.rbi +95 -0
  121. data/rbi/lib/onebusaway-sdk/models/references.rbi +1265 -0
  122. data/rbi/lib/onebusaway-sdk/models/report_problem_with_stop_retrieve_params.rbi +101 -0
  123. data/rbi/lib/onebusaway-sdk/models/report_problem_with_trip_retrieve_params.rbi +157 -0
  124. data/rbi/lib/onebusaway-sdk/models/response_wrapper.rbi +47 -0
  125. data/rbi/lib/onebusaway-sdk/models/route_ids_for_agency_list_params.rbi +18 -0
  126. data/rbi/lib/onebusaway-sdk/models/route_ids_for_agency_list_response.rbi +68 -0
  127. data/rbi/lib/onebusaway-sdk/models/route_retrieve_params.rbi +18 -0
  128. data/rbi/lib/onebusaway-sdk/models/route_retrieve_response.rbi +200 -0
  129. data/rbi/lib/onebusaway-sdk/models/routes_for_agency_list_params.rbi +18 -0
  130. data/rbi/lib/onebusaway-sdk/models/routes_for_agency_list_response.rbi +210 -0
  131. data/rbi/lib/onebusaway-sdk/models/routes_for_location_list_params.rbi +90 -0
  132. data/rbi/lib/onebusaway-sdk/models/routes_for_location_list_response.rbi +220 -0
  133. data/rbi/lib/onebusaway-sdk/models/schedule_for_route_retrieve_params.rbi +34 -0
  134. data/rbi/lib/onebusaway-sdk/models/schedule_for_route_retrieve_response.rbi +675 -0
  135. data/rbi/lib/onebusaway-sdk/models/schedule_for_stop_retrieve_params.rbi +34 -0
  136. data/rbi/lib/onebusaway-sdk/models/schedule_for_stop_retrieve_response.rbi +457 -0
  137. data/rbi/lib/onebusaway-sdk/models/search_for_route_list_params.rbi +43 -0
  138. data/rbi/lib/onebusaway-sdk/models/search_for_route_list_response.rbi +220 -0
  139. data/rbi/lib/onebusaway-sdk/models/search_for_stop_list_params.rbi +43 -0
  140. data/rbi/lib/onebusaway-sdk/models/search_for_stop_list_response.rbi +231 -0
  141. data/rbi/lib/onebusaway-sdk/models/shape_retrieve_params.rbi +18 -0
  142. data/rbi/lib/onebusaway-sdk/models/shape_retrieve_response.rbi +103 -0
  143. data/rbi/lib/onebusaway-sdk/models/stop_ids_for_agency_list_params.rbi +18 -0
  144. data/rbi/lib/onebusaway-sdk/models/stop_ids_for_agency_list_response.rbi +68 -0
  145. data/rbi/lib/onebusaway-sdk/models/stop_retrieve_params.rbi +18 -0
  146. data/rbi/lib/onebusaway-sdk/models/stop_retrieve_response.rbi +211 -0
  147. data/rbi/lib/onebusaway-sdk/models/stops_for_agency_list_params.rbi +18 -0
  148. data/rbi/lib/onebusaway-sdk/models/stops_for_agency_list_response.rbi +210 -0
  149. data/rbi/lib/onebusaway-sdk/models/stops_for_location_list_params.rbi +90 -0
  150. data/rbi/lib/onebusaway-sdk/models/stops_for_location_list_response.rbi +231 -0
  151. data/rbi/lib/onebusaway-sdk/models/stops_for_route_list_params.rbi +48 -0
  152. data/rbi/lib/onebusaway-sdk/models/stops_for_route_list_response.rbi +307 -0
  153. data/rbi/lib/onebusaway-sdk/models/trip_detail_retrieve_params.rbi +87 -0
  154. data/rbi/lib/onebusaway-sdk/models/trip_detail_retrieve_response.rbi +702 -0
  155. data/rbi/lib/onebusaway-sdk/models/trip_for_vehicle_retrieve_params.rbi +76 -0
  156. data/rbi/lib/onebusaway-sdk/models/trip_for_vehicle_retrieve_response.rbi +704 -0
  157. data/rbi/lib/onebusaway-sdk/models/trip_retrieve_params.rbi +18 -0
  158. data/rbi/lib/onebusaway-sdk/models/trip_retrieve_response.rbi +211 -0
  159. data/rbi/lib/onebusaway-sdk/models/trips_for_location_list_params.rbi +109 -0
  160. data/rbi/lib/onebusaway-sdk/models/trips_for_location_list_response.rbi +715 -0
  161. data/rbi/lib/onebusaway-sdk/models/trips_for_route_list_params.rbi +60 -0
  162. data/rbi/lib/onebusaway-sdk/models/trips_for_route_list_response.rbi +705 -0
  163. data/rbi/lib/onebusaway-sdk/models/vehicles_for_agency_list_params.rbi +35 -0
  164. data/rbi/lib/onebusaway-sdk/models/vehicles_for_agency_list_response.rbi +633 -0
  165. data/rbi/lib/onebusaway-sdk/pooled_net_requester.rbi +36 -0
  166. data/rbi/lib/onebusaway-sdk/request_options.rbi +84 -0
  167. data/rbi/lib/onebusaway-sdk/resources/agencies_with_coverage.rbi +18 -0
  168. data/rbi/lib/onebusaway-sdk/resources/agency.rbi +21 -0
  169. data/rbi/lib/onebusaway-sdk/resources/arrival_and_departure.rbi +47 -0
  170. data/rbi/lib/onebusaway-sdk/resources/block.rbi +21 -0
  171. data/rbi/lib/onebusaway-sdk/resources/config.rbi +18 -0
  172. data/rbi/lib/onebusaway-sdk/resources/current_time.rbi +18 -0
  173. data/rbi/lib/onebusaway-sdk/resources/report_problem_with_stop.rbi +34 -0
  174. data/rbi/lib/onebusaway-sdk/resources/report_problem_with_trip.rbi +44 -0
  175. data/rbi/lib/onebusaway-sdk/resources/route.rbi +21 -0
  176. data/rbi/lib/onebusaway-sdk/resources/route_ids_for_agency.rbi +21 -0
  177. data/rbi/lib/onebusaway-sdk/resources/routes_for_agency.rbi +21 -0
  178. data/rbi/lib/onebusaway-sdk/resources/routes_for_location.rbi +26 -0
  179. data/rbi/lib/onebusaway-sdk/resources/schedule_for_route.rbi +22 -0
  180. data/rbi/lib/onebusaway-sdk/resources/schedule_for_stop.rbi +22 -0
  181. data/rbi/lib/onebusaway-sdk/resources/search_for_route.rbi +22 -0
  182. data/rbi/lib/onebusaway-sdk/resources/search_for_stop.rbi +22 -0
  183. data/rbi/lib/onebusaway-sdk/resources/shape.rbi +21 -0
  184. data/rbi/lib/onebusaway-sdk/resources/stop.rbi +21 -0
  185. data/rbi/lib/onebusaway-sdk/resources/stop_ids_for_agency.rbi +21 -0
  186. data/rbi/lib/onebusaway-sdk/resources/stops_for_agency.rbi +21 -0
  187. data/rbi/lib/onebusaway-sdk/resources/stops_for_location.rbi +26 -0
  188. data/rbi/lib/onebusaway-sdk/resources/stops_for_route.rbi +23 -0
  189. data/rbi/lib/onebusaway-sdk/resources/trip.rbi +21 -0
  190. data/rbi/lib/onebusaway-sdk/resources/trip_details.rbi +34 -0
  191. data/rbi/lib/onebusaway-sdk/resources/trip_for_vehicle.rbi +32 -0
  192. data/rbi/lib/onebusaway-sdk/resources/trips_for_location.rbi +36 -0
  193. data/rbi/lib/onebusaway-sdk/resources/trips_for_route.rbi +24 -0
  194. data/rbi/lib/onebusaway-sdk/resources/vehicles_for_agency.rbi +22 -0
  195. data/rbi/lib/onebusaway-sdk/util.rbi +136 -0
  196. data/rbi/lib/onebusaway-sdk/version.rbi +5 -0
  197. data/sig/onebusaway-sdk/base_client.rbs +101 -0
  198. data/sig/onebusaway-sdk/base_model.rbs +244 -0
  199. data/sig/onebusaway-sdk/base_page.rbs +20 -0
  200. data/sig/onebusaway-sdk/client.rbs +80 -0
  201. data/sig/onebusaway-sdk/errors.rbs +98 -0
  202. data/sig/onebusaway-sdk/extern.rbs +4 -0
  203. data/sig/onebusaway-sdk/models/agencies_with_coverage_list_params.rbs +20 -0
  204. data/sig/onebusaway-sdk/models/agencies_with_coverage_list_response.rbs +85 -0
  205. data/sig/onebusaway-sdk/models/agency_retrieve_params.rbs +19 -0
  206. data/sig/onebusaway-sdk/models/agency_retrieve_response.rbs +115 -0
  207. data/sig/onebusaway-sdk/models/arrival_and_departure_list_params.rbs +38 -0
  208. data/sig/onebusaway-sdk/models/arrival_and_departure_list_response.rbs +447 -0
  209. data/sig/onebusaway-sdk/models/arrival_and_departure_retrieve_params.rbs +50 -0
  210. data/sig/onebusaway-sdk/models/arrival_and_departure_retrieve_response.rbs +427 -0
  211. data/sig/onebusaway-sdk/models/block_retrieve_params.rbs +19 -0
  212. data/sig/onebusaway-sdk/models/block_retrieve_response.rbs +201 -0
  213. data/sig/onebusaway-sdk/models/config_retrieve_params.rbs +19 -0
  214. data/sig/onebusaway-sdk/models/config_retrieve_response.rbs +227 -0
  215. data/sig/onebusaway-sdk/models/current_time_retrieve_params.rbs +19 -0
  216. data/sig/onebusaway-sdk/models/current_time_retrieve_response.rbs +64 -0
  217. data/sig/onebusaway-sdk/models/references.rbs +732 -0
  218. data/sig/onebusaway-sdk/models/report_problem_with_stop_retrieve_params.rbs +73 -0
  219. data/sig/onebusaway-sdk/models/report_problem_with_trip_retrieve_params.rbs +105 -0
  220. data/sig/onebusaway-sdk/models/response_wrapper.rbs +30 -0
  221. data/sig/onebusaway-sdk/models/route_ids_for_agency_list_params.rbs +20 -0
  222. data/sig/onebusaway-sdk/models/route_ids_for_agency_list_response.rbs +49 -0
  223. data/sig/onebusaway-sdk/models/route_retrieve_params.rbs +19 -0
  224. data/sig/onebusaway-sdk/models/route_retrieve_response.rbs +113 -0
  225. data/sig/onebusaway-sdk/models/routes_for_agency_list_params.rbs +20 -0
  226. data/sig/onebusaway-sdk/models/routes_for_agency_list_response.rbs +117 -0
  227. data/sig/onebusaway-sdk/models/routes_for_location_list_params.rbs +56 -0
  228. data/sig/onebusaway-sdk/models/routes_for_location_list_response.rbs +123 -0
  229. data/sig/onebusaway-sdk/models/schedule_for_route_retrieve_params.rbs +24 -0
  230. data/sig/onebusaway-sdk/models/schedule_for_route_retrieve_response.rbs +341 -0
  231. data/sig/onebusaway-sdk/models/schedule_for_stop_retrieve_params.rbs +24 -0
  232. data/sig/onebusaway-sdk/models/schedule_for_stop_retrieve_response.rbs +215 -0
  233. data/sig/onebusaway-sdk/models/search_for_route_list_params.rbs +30 -0
  234. data/sig/onebusaway-sdk/models/search_for_route_list_response.rbs +125 -0
  235. data/sig/onebusaway-sdk/models/search_for_stop_list_params.rbs +30 -0
  236. data/sig/onebusaway-sdk/models/search_for_stop_list_response.rbs +123 -0
  237. data/sig/onebusaway-sdk/models/shape_retrieve_params.rbs +19 -0
  238. data/sig/onebusaway-sdk/models/shape_retrieve_response.rbs +64 -0
  239. data/sig/onebusaway-sdk/models/stop_ids_for_agency_list_params.rbs +20 -0
  240. data/sig/onebusaway-sdk/models/stop_ids_for_agency_list_response.rbs +49 -0
  241. data/sig/onebusaway-sdk/models/stop_retrieve_params.rbs +19 -0
  242. data/sig/onebusaway-sdk/models/stop_retrieve_response.rbs +111 -0
  243. data/sig/onebusaway-sdk/models/stops_for_agency_list_params.rbs +19 -0
  244. data/sig/onebusaway-sdk/models/stops_for_agency_list_response.rbs +105 -0
  245. data/sig/onebusaway-sdk/models/stops_for_location_list_params.rbs +56 -0
  246. data/sig/onebusaway-sdk/models/stops_for_location_list_response.rbs +123 -0
  247. data/sig/onebusaway-sdk/models/stops_for_route_list_params.rbs +33 -0
  248. data/sig/onebusaway-sdk/models/stops_for_route_list_response.rbs +206 -0
  249. data/sig/onebusaway-sdk/models/trip_detail_retrieve_params.rbs +54 -0
  250. data/sig/onebusaway-sdk/models/trip_detail_retrieve_response.rbs +375 -0
  251. data/sig/onebusaway-sdk/models/trip_for_vehicle_retrieve_params.rbs +48 -0
  252. data/sig/onebusaway-sdk/models/trip_for_vehicle_retrieve_response.rbs +377 -0
  253. data/sig/onebusaway-sdk/models/trip_retrieve_params.rbs +19 -0
  254. data/sig/onebusaway-sdk/models/trip_retrieve_response.rbs +119 -0
  255. data/sig/onebusaway-sdk/models/trips_for_location_list_params.rbs +58 -0
  256. data/sig/onebusaway-sdk/models/trips_for_location_list_response.rbs +379 -0
  257. data/sig/onebusaway-sdk/models/trips_for_route_list_params.rbs +38 -0
  258. data/sig/onebusaway-sdk/models/trips_for_route_list_response.rbs +371 -0
  259. data/sig/onebusaway-sdk/models/vehicles_for_agency_list_params.rbs +24 -0
  260. data/sig/onebusaway-sdk/models/vehicles_for_agency_list_response.rbs +332 -0
  261. data/sig/onebusaway-sdk/pooled_net_requester.rbs +28 -0
  262. data/sig/onebusaway-sdk/request_options.rbs +42 -0
  263. data/sig/onebusaway-sdk/resources/agencies_with_coverage.rbs +16 -0
  264. data/sig/onebusaway-sdk/resources/agency.rbs +18 -0
  265. data/sig/onebusaway-sdk/resources/arrival_and_departure.rbs +37 -0
  266. data/sig/onebusaway-sdk/resources/block.rbs +18 -0
  267. data/sig/onebusaway-sdk/resources/config.rbs +16 -0
  268. data/sig/onebusaway-sdk/resources/current_time.rbs +16 -0
  269. data/sig/onebusaway-sdk/resources/report_problem_with_stop.rbs +23 -0
  270. data/sig/onebusaway-sdk/resources/report_problem_with_trip.rbs +28 -0
  271. data/sig/onebusaway-sdk/resources/route.rbs +18 -0
  272. data/sig/onebusaway-sdk/resources/route_ids_for_agency.rbs +18 -0
  273. data/sig/onebusaway-sdk/resources/routes_for_agency.rbs +18 -0
  274. data/sig/onebusaway-sdk/resources/routes_for_location.rbs +22 -0
  275. data/sig/onebusaway-sdk/resources/schedule_for_route.rbs +19 -0
  276. data/sig/onebusaway-sdk/resources/schedule_for_stop.rbs +19 -0
  277. data/sig/onebusaway-sdk/resources/search_for_route.rbs +18 -0
  278. data/sig/onebusaway-sdk/resources/search_for_stop.rbs +18 -0
  279. data/sig/onebusaway-sdk/resources/shape.rbs +18 -0
  280. data/sig/onebusaway-sdk/resources/stop.rbs +18 -0
  281. data/sig/onebusaway-sdk/resources/stop_ids_for_agency.rbs +18 -0
  282. data/sig/onebusaway-sdk/resources/stops_for_agency.rbs +18 -0
  283. data/sig/onebusaway-sdk/resources/stops_for_location.rbs +22 -0
  284. data/sig/onebusaway-sdk/resources/stops_for_route.rbs +20 -0
  285. data/sig/onebusaway-sdk/resources/trip.rbs +18 -0
  286. data/sig/onebusaway-sdk/resources/trip_details.rbs +23 -0
  287. data/sig/onebusaway-sdk/resources/trip_for_vehicle.rbs +22 -0
  288. data/sig/onebusaway-sdk/resources/trips_for_location.rbs +23 -0
  289. data/sig/onebusaway-sdk/resources/trips_for_route.rbs +21 -0
  290. data/sig/onebusaway-sdk/resources/vehicles_for_agency.rbs +19 -0
  291. data/sig/onebusaway-sdk/util.rbs +90 -0
  292. data/sig/onebusaway-sdk/version.rbs +3 -0
  293. metadata +350 -0
@@ -0,0 +1,377 @@
1
+ module OnebusawaySDK
2
+ module Models
3
+ type trip_for_vehicle_retrieve_response =
4
+ { data: OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data }
5
+
6
+ class TripForVehicleRetrieveResponse < OnebusawaySDK::Models::ResponseWrapper
7
+ attr_accessor data: OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data
8
+
9
+ def initialize:
10
+ (
11
+ data: OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data
12
+ ) -> void
13
+ | (
14
+ ?OnebusawaySDK::Models::trip_for_vehicle_retrieve_response
15
+ | OnebusawaySDK::BaseModel data
16
+ ) -> void
17
+
18
+ def to_hash: -> OnebusawaySDK::Models::trip_for_vehicle_retrieve_response
19
+
20
+ type data =
21
+ {
22
+ entry: OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry,
23
+ references: OnebusawaySDK::Models::References
24
+ }
25
+
26
+ class Data < OnebusawaySDK::BaseModel
27
+ attr_accessor entry: OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry
28
+
29
+ attr_accessor references: OnebusawaySDK::Models::References
30
+
31
+ def initialize:
32
+ (
33
+ entry: OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry,
34
+ references: OnebusawaySDK::Models::References
35
+ ) -> void
36
+ | (
37
+ ?OnebusawaySDK::Models::TripForVehicleRetrieveResponse::data
38
+ | OnebusawaySDK::BaseModel data
39
+ ) -> void
40
+
41
+ def to_hash: -> OnebusawaySDK::Models::TripForVehicleRetrieveResponse::data
42
+
43
+ type entry =
44
+ {
45
+ trip_id: String,
46
+ frequency: String?,
47
+ schedule: OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Schedule,
48
+ service_date: Integer,
49
+ situation_ids: ::Array[String],
50
+ status: OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Status
51
+ }
52
+
53
+ class Entry < OnebusawaySDK::BaseModel
54
+ attr_accessor trip_id: String
55
+
56
+ attr_accessor frequency: String?
57
+
58
+ attr_reader schedule: OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Schedule?
59
+
60
+ def schedule=: (
61
+ OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Schedule
62
+ ) -> OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Schedule
63
+
64
+ attr_reader service_date: Integer?
65
+
66
+ def service_date=: (Integer) -> Integer
67
+
68
+ attr_reader situation_ids: ::Array[String]?
69
+
70
+ def situation_ids=: (::Array[String]) -> ::Array[String]
71
+
72
+ attr_reader status: OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Status?
73
+
74
+ def status=: (
75
+ OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Status
76
+ ) -> OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Status
77
+
78
+ def initialize:
79
+ (
80
+ trip_id: String,
81
+ frequency: String?,
82
+ schedule: OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Schedule,
83
+ service_date: Integer,
84
+ situation_ids: ::Array[String],
85
+ status: OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Status
86
+ ) -> void
87
+ | (
88
+ ?OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::entry
89
+ | OnebusawaySDK::BaseModel data
90
+ ) -> void
91
+
92
+ def to_hash: -> OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::entry
93
+
94
+ type schedule =
95
+ {
96
+ next_trip_id: String,
97
+ previous_trip_id: String,
98
+ stop_times: ::Array[OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Schedule::StopTime],
99
+ time_zone: String,
100
+ frequency: String?
101
+ }
102
+
103
+ class Schedule < OnebusawaySDK::BaseModel
104
+ attr_accessor next_trip_id: String
105
+
106
+ attr_accessor previous_trip_id: String
107
+
108
+ attr_accessor stop_times: ::Array[OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Schedule::StopTime]
109
+
110
+ attr_accessor time_zone: String
111
+
112
+ attr_accessor frequency: String?
113
+
114
+ def initialize:
115
+ (
116
+ next_trip_id: String,
117
+ previous_trip_id: String,
118
+ stop_times: ::Array[OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Schedule::StopTime],
119
+ time_zone: String,
120
+ frequency: String?
121
+ ) -> void
122
+ | (
123
+ ?OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::schedule
124
+ | OnebusawaySDK::BaseModel data
125
+ ) -> void
126
+
127
+ def to_hash: -> OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::schedule
128
+
129
+ type stop_time =
130
+ {
131
+ arrival_time: Integer,
132
+ departure_time: Integer,
133
+ distance_along_trip: Float,
134
+ historical_occupancy: String,
135
+ stop_headsign: String,
136
+ stop_id: String
137
+ }
138
+
139
+ class StopTime < OnebusawaySDK::BaseModel
140
+ attr_reader arrival_time: Integer?
141
+
142
+ def arrival_time=: (Integer) -> Integer
143
+
144
+ attr_reader departure_time: Integer?
145
+
146
+ def departure_time=: (Integer) -> Integer
147
+
148
+ attr_reader distance_along_trip: Float?
149
+
150
+ def distance_along_trip=: (Float) -> Float
151
+
152
+ attr_reader historical_occupancy: String?
153
+
154
+ def historical_occupancy=: (String) -> String
155
+
156
+ attr_reader stop_headsign: String?
157
+
158
+ def stop_headsign=: (String) -> String
159
+
160
+ attr_reader stop_id: String?
161
+
162
+ def stop_id=: (String) -> String
163
+
164
+ def initialize:
165
+ (
166
+ arrival_time: Integer,
167
+ departure_time: Integer,
168
+ distance_along_trip: Float,
169
+ historical_occupancy: String,
170
+ stop_headsign: String,
171
+ stop_id: String
172
+ ) -> void
173
+ | (
174
+ ?OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Schedule::stop_time
175
+ | OnebusawaySDK::BaseModel data
176
+ ) -> void
177
+
178
+ def to_hash: -> OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Schedule::stop_time
179
+ end
180
+ end
181
+
182
+ type status =
183
+ {
184
+ active_trip_id: String,
185
+ block_trip_sequence: Integer,
186
+ closest_stop: String,
187
+ distance_along_trip: Float,
188
+ last_known_distance_along_trip: Float,
189
+ last_location_update_time: Integer,
190
+ last_update_time: Integer,
191
+ occupancy_capacity: Integer,
192
+ occupancy_count: Integer,
193
+ occupancy_status: String,
194
+ phase: String,
195
+ predicted: bool,
196
+ schedule_deviation: Integer,
197
+ service_date: Integer,
198
+ status: String,
199
+ total_distance_along_trip: Float,
200
+ closest_stop_time_offset: Integer,
201
+ frequency: String,
202
+ last_known_location: OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Status::LastKnownLocation,
203
+ last_known_orientation: Float,
204
+ next_stop: String,
205
+ next_stop_time_offset: Integer,
206
+ orientation: Float,
207
+ position: OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Status::Position,
208
+ scheduled_distance_along_trip: Float,
209
+ situation_ids: ::Array[String],
210
+ vehicle_id: String
211
+ }
212
+
213
+ class Status < OnebusawaySDK::BaseModel
214
+ attr_accessor active_trip_id: String
215
+
216
+ attr_accessor block_trip_sequence: Integer
217
+
218
+ attr_accessor closest_stop: String
219
+
220
+ attr_accessor distance_along_trip: Float
221
+
222
+ attr_accessor last_known_distance_along_trip: Float
223
+
224
+ attr_accessor last_location_update_time: Integer
225
+
226
+ attr_accessor last_update_time: Integer
227
+
228
+ attr_accessor occupancy_capacity: Integer
229
+
230
+ attr_accessor occupancy_count: Integer
231
+
232
+ attr_accessor occupancy_status: String
233
+
234
+ attr_accessor phase: String
235
+
236
+ attr_accessor predicted: bool
237
+
238
+ attr_accessor schedule_deviation: Integer
239
+
240
+ attr_accessor service_date: Integer
241
+
242
+ attr_accessor status: String
243
+
244
+ attr_accessor total_distance_along_trip: Float
245
+
246
+ attr_reader closest_stop_time_offset: Integer?
247
+
248
+ def closest_stop_time_offset=: (Integer) -> Integer
249
+
250
+ attr_reader frequency: String?
251
+
252
+ def frequency=: (String) -> String
253
+
254
+ attr_reader last_known_location: OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Status::LastKnownLocation?
255
+
256
+ def last_known_location=: (
257
+ OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Status::LastKnownLocation
258
+ ) -> OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Status::LastKnownLocation
259
+
260
+ attr_reader last_known_orientation: Float?
261
+
262
+ def last_known_orientation=: (Float) -> Float
263
+
264
+ attr_reader next_stop: String?
265
+
266
+ def next_stop=: (String) -> String
267
+
268
+ attr_reader next_stop_time_offset: Integer?
269
+
270
+ def next_stop_time_offset=: (Integer) -> Integer
271
+
272
+ attr_reader orientation: Float?
273
+
274
+ def orientation=: (Float) -> Float
275
+
276
+ attr_reader position: OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Status::Position?
277
+
278
+ def position=: (
279
+ OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Status::Position
280
+ ) -> OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Status::Position
281
+
282
+ attr_reader scheduled_distance_along_trip: Float?
283
+
284
+ def scheduled_distance_along_trip=: (Float) -> Float
285
+
286
+ attr_reader situation_ids: ::Array[String]?
287
+
288
+ def situation_ids=: (::Array[String]) -> ::Array[String]
289
+
290
+ attr_reader vehicle_id: String?
291
+
292
+ def vehicle_id=: (String) -> String
293
+
294
+ def initialize:
295
+ (
296
+ active_trip_id: String,
297
+ block_trip_sequence: Integer,
298
+ closest_stop: String,
299
+ distance_along_trip: Float,
300
+ last_known_distance_along_trip: Float,
301
+ last_location_update_time: Integer,
302
+ last_update_time: Integer,
303
+ occupancy_capacity: Integer,
304
+ occupancy_count: Integer,
305
+ occupancy_status: String,
306
+ phase: String,
307
+ predicted: bool,
308
+ schedule_deviation: Integer,
309
+ service_date: Integer,
310
+ status: String,
311
+ total_distance_along_trip: Float,
312
+ closest_stop_time_offset: Integer,
313
+ frequency: String,
314
+ last_known_location: OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Status::LastKnownLocation,
315
+ last_known_orientation: Float,
316
+ next_stop: String,
317
+ next_stop_time_offset: Integer,
318
+ orientation: Float,
319
+ position: OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Status::Position,
320
+ scheduled_distance_along_trip: Float,
321
+ situation_ids: ::Array[String],
322
+ vehicle_id: String
323
+ ) -> void
324
+ | (
325
+ ?OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::status
326
+ | OnebusawaySDK::BaseModel data
327
+ ) -> void
328
+
329
+ def to_hash: -> OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::status
330
+
331
+ type last_known_location = { lat: Float, lon: Float }
332
+
333
+ class LastKnownLocation < OnebusawaySDK::BaseModel
334
+ attr_reader lat: Float?
335
+
336
+ def lat=: (Float) -> Float
337
+
338
+ attr_reader lon: Float?
339
+
340
+ def lon=: (Float) -> Float
341
+
342
+ def initialize:
343
+ (lat: Float, lon: Float) -> void
344
+ | (
345
+ ?OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Status::last_known_location
346
+ | OnebusawaySDK::BaseModel data
347
+ ) -> void
348
+
349
+ def to_hash: -> OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Status::last_known_location
350
+ end
351
+
352
+ type position = { lat: Float, lon: Float }
353
+
354
+ class Position < OnebusawaySDK::BaseModel
355
+ attr_reader lat: Float?
356
+
357
+ def lat=: (Float) -> Float
358
+
359
+ attr_reader lon: Float?
360
+
361
+ def lon=: (Float) -> Float
362
+
363
+ def initialize:
364
+ (lat: Float, lon: Float) -> void
365
+ | (
366
+ ?OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Status::position
367
+ | OnebusawaySDK::BaseModel data
368
+ ) -> void
369
+
370
+ def to_hash: -> OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Status::position
371
+ end
372
+ end
373
+ end
374
+ end
375
+ end
376
+ end
377
+ end
@@ -0,0 +1,19 @@
1
+ module OnebusawaySDK
2
+ module Models
3
+ type trip_retrieve_params = { } & OnebusawaySDK::request_parameters
4
+
5
+ class TripRetrieveParams < OnebusawaySDK::BaseModel
6
+ extend OnebusawaySDK::RequestParameters::Converter
7
+ include OnebusawaySDK::RequestParameters
8
+
9
+ def initialize:
10
+ (request_options: OnebusawaySDK::request_opts) -> void
11
+ | (
12
+ ?OnebusawaySDK::Models::trip_retrieve_params
13
+ | OnebusawaySDK::BaseModel data
14
+ ) -> void
15
+
16
+ def to_hash: -> OnebusawaySDK::Models::trip_retrieve_params
17
+ end
18
+ end
19
+ end
@@ -0,0 +1,119 @@
1
+ module OnebusawaySDK
2
+ module Models
3
+ type trip_retrieve_response =
4
+ { data: OnebusawaySDK::Models::TripRetrieveResponse::Data }
5
+
6
+ class TripRetrieveResponse < OnebusawaySDK::Models::ResponseWrapper
7
+ attr_accessor data: OnebusawaySDK::Models::TripRetrieveResponse::Data
8
+
9
+ def initialize:
10
+ (data: OnebusawaySDK::Models::TripRetrieveResponse::Data) -> void
11
+ | (
12
+ ?OnebusawaySDK::Models::trip_retrieve_response
13
+ | OnebusawaySDK::BaseModel data
14
+ ) -> void
15
+
16
+ def to_hash: -> OnebusawaySDK::Models::trip_retrieve_response
17
+
18
+ type data =
19
+ {
20
+ entry: OnebusawaySDK::Models::TripRetrieveResponse::Data::Entry,
21
+ references: OnebusawaySDK::Models::References
22
+ }
23
+
24
+ class Data < OnebusawaySDK::BaseModel
25
+ attr_accessor entry: OnebusawaySDK::Models::TripRetrieveResponse::Data::Entry
26
+
27
+ attr_accessor references: OnebusawaySDK::Models::References
28
+
29
+ def initialize:
30
+ (
31
+ entry: OnebusawaySDK::Models::TripRetrieveResponse::Data::Entry,
32
+ references: OnebusawaySDK::Models::References
33
+ ) -> void
34
+ | (
35
+ ?OnebusawaySDK::Models::TripRetrieveResponse::data
36
+ | OnebusawaySDK::BaseModel data
37
+ ) -> void
38
+
39
+ def to_hash: -> OnebusawaySDK::Models::TripRetrieveResponse::data
40
+
41
+ type entry =
42
+ {
43
+ id: String,
44
+ route_id: String,
45
+ service_id: String,
46
+ block_id: String,
47
+ direction_id: String,
48
+ peak_offpeak: Integer,
49
+ route_short_name: String,
50
+ shape_id: String,
51
+ time_zone: String,
52
+ trip_headsign: String,
53
+ trip_short_name: String
54
+ }
55
+
56
+ class Entry < OnebusawaySDK::BaseModel
57
+ attr_accessor id: String
58
+
59
+ attr_accessor route_id: String
60
+
61
+ attr_accessor service_id: String
62
+
63
+ attr_reader block_id: String?
64
+
65
+ def block_id=: (String) -> String
66
+
67
+ attr_reader direction_id: String?
68
+
69
+ def direction_id=: (String) -> String
70
+
71
+ attr_reader peak_offpeak: Integer?
72
+
73
+ def peak_offpeak=: (Integer) -> Integer
74
+
75
+ attr_reader route_short_name: String?
76
+
77
+ def route_short_name=: (String) -> String
78
+
79
+ attr_reader shape_id: String?
80
+
81
+ def shape_id=: (String) -> String
82
+
83
+ attr_reader time_zone: String?
84
+
85
+ def time_zone=: (String) -> String
86
+
87
+ attr_reader trip_headsign: String?
88
+
89
+ def trip_headsign=: (String) -> String
90
+
91
+ attr_reader trip_short_name: String?
92
+
93
+ def trip_short_name=: (String) -> String
94
+
95
+ def initialize:
96
+ (
97
+ id: String,
98
+ route_id: String,
99
+ service_id: String,
100
+ block_id: String,
101
+ direction_id: String,
102
+ peak_offpeak: Integer,
103
+ route_short_name: String,
104
+ shape_id: String,
105
+ time_zone: String,
106
+ trip_headsign: String,
107
+ trip_short_name: String
108
+ ) -> void
109
+ | (
110
+ ?OnebusawaySDK::Models::TripRetrieveResponse::Data::entry
111
+ | OnebusawaySDK::BaseModel data
112
+ ) -> void
113
+
114
+ def to_hash: -> OnebusawaySDK::Models::TripRetrieveResponse::Data::entry
115
+ end
116
+ end
117
+ end
118
+ end
119
+ end
@@ -0,0 +1,58 @@
1
+ module OnebusawaySDK
2
+ module Models
3
+ type trips_for_location_list_params =
4
+ {
5
+ lat: Float,
6
+ lat_span: Float,
7
+ lon: Float,
8
+ lon_span: Float,
9
+ include_schedule: bool,
10
+ include_trip: bool,
11
+ time: Integer
12
+ }
13
+ & OnebusawaySDK::request_parameters
14
+
15
+ class TripsForLocationListParams < OnebusawaySDK::BaseModel
16
+ extend OnebusawaySDK::RequestParameters::Converter
17
+ include OnebusawaySDK::RequestParameters
18
+
19
+ attr_accessor lat: Float
20
+
21
+ attr_accessor lat_span: Float
22
+
23
+ attr_accessor lon: Float
24
+
25
+ attr_accessor lon_span: Float
26
+
27
+ attr_reader include_schedule: bool?
28
+
29
+ def include_schedule=: (bool) -> bool
30
+
31
+ attr_reader include_trip: bool?
32
+
33
+ def include_trip=: (bool) -> bool
34
+
35
+ attr_reader time: Integer?
36
+
37
+ def time=: (Integer) -> Integer
38
+
39
+ def initialize:
40
+ (
41
+ lat: Float,
42
+ lat_span: Float,
43
+ lon: Float,
44
+ lon_span: Float,
45
+ include_schedule: bool,
46
+ include_trip: bool,
47
+ time: Integer,
48
+ request_options: OnebusawaySDK::request_opts
49
+ ) -> void
50
+ | (
51
+ ?OnebusawaySDK::Models::trips_for_location_list_params
52
+ | OnebusawaySDK::BaseModel data
53
+ ) -> void
54
+
55
+ def to_hash: -> OnebusawaySDK::Models::trips_for_location_list_params
56
+ end
57
+ end
58
+ end