Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
helloworld
master
Top Level Namespace
Animal
Bird
Cardinal
Color
Dog
GermanShepard
Helloworld
Helloworld2
Location
MacTruck
Parrot
Vehicle
Generated using Crystal 1.14.0
2024-11-26 08:18:57 UTC
class
GermanShepard
GermanShepard
Dog
Reference
Object
Overview
Inheritance
Defined in:
tut/class.cr
Instance Method Summary
#bark
Instance methods inherited from class
Dog
bark
bark
,
height : Float32
height
,
height=(height : Float32)
height=
,
name : String
name
,
name=(name : String)
name=
,
weight : Float32
weight
,
weight=(weight : Float32)
weight=
Constructor methods inherited from class
Dog
new
new
Instance Method Detail
def
bark
#
[
View source
]