struct TravelStop

Defined in:

useCases/listTravelPlans/ListTravelPlansUseCase.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct StopPoint

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(id : Int32, travel_stops : Array(Int32)) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def id : Int32 #

[View source]
def travel_stops : Array(Int32) #

[View source]