class CnnMarketQuoteOnly

Public Class Methods

new(options) click to toggle source
Calls superclass method QuoteOnly::new
# File lib/quote-only.rb, line 40
def initialize(options)
        super(options)
        @css = 'td.wsod_lastIndex > span'
        @url = 'http://money.cnn.com/data/markets/' + @symbol + '/'
        match()
end