class DetransportTelegram::LadAPI::Routes

Included Modules

Defined in:

detransport_telegram/lad_api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def id : Int32 #

[View source]
def id=(id : Int32) #

[View source]
def lat : Float64 #

[View source]
def lat=(lat : Float64) #

[View source]
def lng : Float64 #

[View source]
def lng=(lng : Float64) #

[View source]
def routes : Array(Route) #

[View source]
def routes=(routes : Array(Route)) #

[View source]
def title : String #

[View source]
def title=(title : String) #

[View source]