Top Level Namespace
Defined in:
Method Summary
- create_travel_plans(stops : Array(Int64 | Nil))
- delete_by_id_travel_plans(travel_id : Int64 | Nil)
- get_all_travel_plans
- get_by_id_travel_plans(travel_id : Int64 | Nil)
- get_travel_stops(travel_id : Int64 | Nil)
- update_by_id_travel_plans(travel_id : Int64 | Nil, travel_stops : Array(Int64 | Nil))
- update_travel_stops(travel_id : Int64 | Nil, travel_stops : Array(Int64 | Nil))
Method Detail
def update_by_id_travel_plans(travel_id : Int64 | Nil, travel_stops : Array(Int64 | Nil))
#