Class: Example.Animal.Lion
Defined in: | node_modules/grunt-codo/node_modules/codo/spec/_templates/example/src/lion.coffee |
Inherits: | Example.Animal |
Extends: | MissingMixin |
Includes: | Example.AngryAnimal |
Overview
A dangerous lion. Take care.
Variables Summary
- MAX_SPEED =
-
50
Maximum speed in MPH
Variable inherited from Example.Animal
Instance Method Summary
- # (void) move(direction, speed) Move the lion fast
- # (void) escape(direction) Escape at maximum speed.
Inherited Method Summary
Methods inherited from
Example.Animal
Extended Method Summary
Methods extended from MissingMixin
Included Method Summary
Methods included from Example.AngryAnimal
Instance Method Details
#
(void)
move(direction, speed)
Move the lion fast
#
(void)
escape(direction)
Escape at maximum speed.
@param (see #move)