class DetransportTelegram::DetransportAPI::Vehicle

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 angle : Int32 #

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

[View source]
def bort_number : String #

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

[View source]
def bort_numbernext : String | Nil #

[View source]
def bort_numbernext=(bort_numbernext : String | Nil) #

[View source]
def comment : String #

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

[View source]
def distance : Int32 #

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

[View source]
def distancenext : Int32 | Nil #

[View source]
def distancenext=(distancenext : Int32 | Nil) #

[View source]
def full_name #

[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 ramp : String #

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

[View source]
def time : Int32 #

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

[View source]
def timenext : Int32 | Nil #

[View source]
def timenext=(timenext : Int32 | Nil) #

[View source]
def transport_icon #

[View source]
def vehicle_type : String #

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

[View source]