class SportDb::Import::WikiReader::WikiClub
Attributes
country[R]
name[R]
Public Class Methods
new( name, country )
click to toggle source
# File lib/sportdb/formats/team/wiki_reader.rb, line 12 def initialize( name, country ) @name, @country = name, country end