class Dog

Direct Known Subclasses

Defined in:

tut/class.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def bark #

[View source]
def height : Float32 #

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

[View source]
def name : String #

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

[View source]
def weight : Float32 #

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

[View source]