Packages

GTFS tools for the time being for Elixir applications.

Current section

Files

Jump to
transit lib gtfs trip.ex
Raw

lib/gtfs/trip.ex

defmodule GTFS.Trip do
@enforce_keys [:route_id, :service_id, :trip_id]
defstruct ~w(
route_id
service_id
trip_id
trip_headsign
trip_short_name
direction_id
block_id
shape_id
wheelchair_accessible
bikes_allowed
ots_trip_short_name
)a
end