class YandexDostavkaApi::Request::ClientRequirements

Included Modules

Defined in:

yandex_dostavka_api/requests/client_requirements.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(cargo_type : Entity::CargoType | Nil, taxi_class : Entity::TaxiClass) #

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

[View source]

Instance Method Detail

def assign_robot : Bool #

[View source]
def assign_robot=(assign_robot : Bool) #

[View source]
def cargo_loaders : Int32 #

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

[View source]
def cargo_options : Array(Entity::CourrierOptions) #

[View source]
def cargo_options=(cargo_options : Array(Entity::CourrierOptions)) #

[View source]
def cargo_type : Entity::CargoType | Nil #

[View source]
def cargo_type=(cargo_type : Entity::CargoType | Nil) #

[View source]
def pro_courier : Bool #

[View source]
def pro_courier=(pro_courier : Bool) #

[View source]
def taxi_class : Entity::TaxiClass #

[View source]
def taxi_class=(taxi_class : Entity::TaxiClass) #

[View source]