Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Api::TravelsPlanRepository
Inherits
Reference
<
Object
Constructors
new
(model : ::
TravelsPlans
.class =
TravelsPlans
)
Source
Instance methods
create_travels_plan
(travel_stops_string :
String
) :
TravelsPlans
Source
delete_travels_plan
(travels_plan :
TravelsPlans
) :
Bool
Source
get_all_travels_plan
Source
get_travels_plan_by_id
(id :
String
) :
TravelsPlans
|
Nil
Source
model
Source
update_travels_plan
(travels_plan :
TravelsPlans
, travel_stops_string :
String
) :
Bool
Source