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