Class: Motel::MovementStrategies::Stopped

Inherits:
Motel::MovementStrategy show all
Includes:
Singleton
Defined in:
lib/motel/movement_strategies/stopped.rb

Overview

Stopped is the default MovementStrategy which does nothing

Instance Attribute Summary

Attributes inherited from Motel::MovementStrategy

#id, #step_delay, #type

Method Summary

Methods inherited from Motel::MovementStrategy

#initialize, #move

Constructor Details

This class inherits a constructor from Motel::MovementStrategy