class NewEggTopGames::Console
Attributes
name[RW]
top_twenty_lists[RW]
url[RW]
Public Class Methods
new(hash)
click to toggle source
# File lib/newegg_top_games/console.rb, line 6 def initialize(hash) @name = hash[:name] @url = hash[:url] @top_twenty_lists = [] end