class Ish::StockWatch

This is not used… not worth the time to change. Use IshModels::StockWatch instead vp 20171026

Constants

ACTIONS
DIRECTIONS
DIRECTION_ABOVE
DIRECTION_BELOW
NOTIFICATION_EMAIL
NOTIFICATION_NONE
NOTIFICATION_SMS
NOTIFICATION_TYPES

Public Instance Methods

to_s() click to toggle source
# File lib/ish/stock_watch.rb, line 29
def to_s
  "#{self.ticker} #{self.direction} #{self.price}"
end