Sha256: d1e3e41d96ac9ab168ff0226729d2e4274bd971538fcca04790018adc46d7cd0
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
Contents
require 'singleton' require 'digest/md5' require 'json' require 'rest-client' require 'foot_stats/version' module FootStats autoload :AttributeAccessor, 'foot_stats/attribute_accessor' autoload :Championship, 'foot_stats/championship' autoload :ChampionshipClassification, 'foot_stats/championship_classification' autoload :ErrorResponse, 'foot_stats/error_response' autoload :Live, 'foot_stats/live' autoload :Match, 'foot_stats/match' autoload :Narration, 'foot_stats/narration' autoload :Player, 'foot_stats/player' autoload :Request, 'foot_stats/request' autoload :Resource, 'foot_stats/resource' autoload :Response, 'foot_stats/response' autoload :RoundMatch, 'foot_stats/round_match' autoload :Setup, 'foot_stats/setup' autoload :Stream, 'foot_stats/stream' autoload :Team, 'foot_stats/team' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
foot_stats-0.1.0 | lib/foot_stats.rb |