class CnnQuoteOnly

Public Class Methods

new(options) click to toggle source
Calls superclass method QuoteOnly::new
# File lib/quote-only.rb, line 31
def initialize(options)
        super(options)
        @css = 'td.wsod_last > span'
        @url = 'http://money.cnn.com/quote/quote.html?exHours=off&symb=' + @symbol
        match()
end