Sha256: 463b8ba8bf55b5a38f8166f9f5f30c134f29bee77805c6f652c214283e846a59

Contents?: true

Size: 573 Bytes

Versions: 1

Compression:

Stored size: 573 Bytes

Contents

require 'foot_stats/version'

module FootStats
  autoload :Championship,  'foot_stats/championship'
  autoload :ChampionshipClassification, 'foot_stats/championship_classification'
  autoload :ErrorResponse, 'foot_stats/error_response'
  autoload :Match,         'foot_stats/match'
  autoload :Narration,     'foot_stats/narration'
  autoload :Resource,      'foot_stats/resource'
  autoload :Request,       'foot_stats/request'
  autoload :Response,      'foot_stats/response'
  autoload :Team,          'foot_stats/team'
  autoload :Setup,         'foot_stats/setup'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
foot_stats-0.0.1 lib/foot_stats.rb