class DetransportTelegram::DetransportAPI::Stop

Included Modules

Defined in:

detransport_telegram/detransport_api.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def full_name #

[View source]
def id : String #

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

[View source]
def lat : String #

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

[View source]
def lng : String #

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

[View source]
def name : String #

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

[View source]
def vehicles : Array(StopVehicle) #

[View source]
def vehicles=(vehicles : Array(StopVehicle)) #

[View source]