Class: IshModels::StockWatch
- Inherits:
-
Object
- Object
- IshModels::StockWatch
- Includes:
- Mongoid::Document, Mongoid::Timestamps
- Defined in:
- lib/ish_models/stock_watch.rb
Overview
See also ish_manager / lib / stockwatcher.rb
Constant Summary collapse
- NOTIFICATION_TYPES =
[ :NONE, :EMAIL, :SMS ]
- NOTIFICATION_NONE =
:NONE- NOTIFICATION_EMAIL =
:EMAIL- NOTIFICATION_SMS =
:SMS- ACTIONS =
NOTIFICATION_TYPES- DIRECTIONS =
[ :ABOVE, :BELOW ]
- DIRECTION_ABOVE =
:ABOVE- DIRECTION_BELOW =
:BELOW