class YandexDostavkaApi::Entity::Size

Included Modules

Defined in:

yandex_dostavka_api/entities/size.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(length : Float64, width : Float64, height : Float64) #

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

[View source]

Instance Method Detail

def height : Float64 #

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

[View source]
def length : Float64 #

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

[View source]
def width : Float64 #

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

[View source]