class

TravelPlan

Inherits Reference < Object

um travel plan contem uma lista de paradas, que são localizações.

Constructors

new(_id : Int32)

Instance methods

add_stop(value : Location)
clear_stops
describe(expand : Bool = false)
id
id=(id : Int32)
stops
stops=(stops : Array(Location))