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
StopsWithoutResidents
StopsWithoutResidents
StopPoint
Struct
Value
Object
Defined in:
utils/ExpandAndOptimize.cr
Constructors
.new
(id : Int32, name : String, type : String, dimension : String)
.new
(pull : JSON::PullParser)
Instance Method Summary
#dimension
: String
#id
: Int32
#name
: String
#type
: String
Constructor methods inherited from struct
StopPoint
new(pull : JSON::PullParser)
new
Constructor Detail
def self.
new
(id : Int32, name : String, type : String, dimension : String)
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
dimension
: String
#
[
View source
]
def
id
: Int32
#
[
View source
]
def
name
: String
#
[
View source
]
def
type
: String
#
[
View source
]