class BillboardChart
Attributes
artists[RW]
chart[RW]
singles[RW]
top_ten[RW]
Public Class Methods
new()
click to toggle source
# File lib/billboard_chart.rb, line 6 def initialize BillboardChartScraper.new("http://www.billboard.com/charts/hot-100") end