Class: SportDb::ZipPackage
- Defined in:
- lib/sportdb/formats/package.rb
Constant Summary
Constants inherited from Package
Package::CLUBS_HISTORY_RE, Package::CLUBS_PROPS_RE, Package::CLUBS_RE, Package::CLUBS_WIKI_RE, Package::CLUB_PROPS_RE, Package::CONF_RE, Package::CSV_RE, Package::GROUNDS_RE, Package::LEAGUES_RE, Package::MATCH_CSV_RE, Package::MATCH_RE, Package::PLAYERS_RE, Package::SEASON, Package::SEASONS_RE, Package::SEASON_RE, Package::TEAMS_RE
Instance Attribute Summary
Attributes inherited from Package
Instance Method Summary collapse
-
#initialize(path) ⇒ ZipPackage
constructor
A new instance of ZipPackage.
Methods inherited from Package
#each, #each_club_props, #each_clubs, #each_clubs_history, #each_clubs_wiki, #each_conf, #each_csv, #each_grounds, #each_leagues, #each_match, #each_match_csv, #each_players, #each_seasons, #filter, #filter_clause, find, find_clubs, find_clubs_history, find_clubs_wiki, find_conf, find_leagues, find_match, find_seasons, find_teams, #match, #match_by_season, #match_by_season_dir, match_clubs, match_clubs_history, match_clubs_props, match_clubs_wiki, match_conf, match_leagues, match_seasons, match_teams
Constructor Details
#initialize(path) ⇒ ZipPackage
Returns a new instance of ZipPackage.
392 |
# File 'lib/sportdb/formats/package.rb', line 392 def initialize( path ) super( Datafile::ZipPackage.new( path ) ); end |