Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
rick-morty-api
main
Top Level Namespace
CreateTravelPlanController
CreateTravelPlanUseCase
DatabaseManager
DeleteTravelPlanController
DeleteTravelPlanUseCase
ExpandAndOptimize
GetTravelPlanByIdController
GetTravelPlanByIdUseCase
GraphqlClient
ListTravelPlansController
ListTravelPlansUseCase
RestClient
SortBy
StopPoint
Stops
StopsWithoutResidents
TravelPlanExpanded
TravelStop
UpdateTravelPlanController
UpdateTravelPlanUseCase
Generated using Crystal 1.14.0
2024-11-13 07:21:55 UTC
struct
TravelPlanExpanded
TravelPlanExpanded
StopPoint
Struct
Value
Object
Defined in:
useCases/listTravelPlans/ListTravelPlansUseCase.cr
Constructors
.new
(id : Int32, travel_stops : Array(Stops))
.new
(pull : JSON::PullParser)
Instance Method Summary
#id
: Int32
#travel_stops
: Array(Stops)
Constructor methods inherited from struct
StopPoint
new(pull : JSON::PullParser)
new
Constructor Detail
def self.
new
(id : Int32, travel_stops : Array(
Stops
))
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
id
: Int32
#
[
View source
]
def
travel_stops
: Array(
Stops
)
#
[
View source
]