Class: SportDb::DirPackage

Inherits:
Package
  • Object
show all
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::LEAGUES_RE, Package::MATCH_CSV_RE, Package::MATCH_RE, Package::SEASON, Package::SEASONS_RE, Package::SEASON_RE, Package::TEAMS_RE

Instance Attribute Summary

Attributes inherited from Package

#exclude, #include

Instance Method Summary collapse

Methods inherited from Package

#each, #each_club_props, #each_clubs, #each_clubs_history, #each_clubs_wiki, #each_conf, #each_csv, #each_leagues, #each_match, #each_match_csv, #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) ⇒ DirPackage

Returns a new instance of DirPackage.



368
# File 'lib/sportdb/formats/package.rb', line 368

def initialize( path )   super( Datafile::DirPackage.new( path ) ); end