View Source MBTA.Model.RouteResource (mbta_sdk v0.1.0)
Path a vehicle travels during service. See GTFS `routes.txt for the base specification.
Summary
Types
@type t() :: %MBTA.Model.RouteResource{ attributes: MBTA.Model.RouteResourceAttributes.t() | nil, id: String.t() | nil, links: map() | nil, relationships: map() | nil, type: String.t() | nil }