struct Glove::Size

Defined in:

size.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(width : Float32, height : Float32) #

[View source]

Instance Method Detail

def height : Float32 #

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

[View source]
def inspect(io) #

[View source]
def width : Float32 #

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

[View source]