Top Level Namespace

Defined in:

Method Summary

Method Detail

def create_travel_plans(stops : Array(Int64 | Nil)) #

[View source]
def delete_by_id_travel_plans(travel_id : Int64 | Nil) #

[View source]
def get_all_travel_plans #

[View source]
def get_by_id_travel_plans(travel_id : Int64 | Nil) #

[View source]
def get_travel_stops(travel_id : Int64 | Nil) #

[View source]
def update_by_id_travel_plans(travel_id : Int64 | Nil, travel_stops : Array(Int64 | Nil)) #

[View source]
def update_travel_stops(travel_id : Int64 | Nil, travel_stops : Array(Int64 | Nil)) #

[View source]