Sha256: 47ab8f5bf0da03a5c2a339daa7ad232446be34de49c6f2406c0e3e19886efa3f
Contents?: true
Size: 721 Bytes
Versions: 1
Compression:
Stored size: 721 Bytes
Contents
module HashedResponses GetAllLeagues = {id: "1", name: "English Premier League", country: "England", historical_data: "Yes", fixtures: "Yes", livescore: "Yes", number_of_matches: "2557", latest_match: DateTime.parse("2013-03-02T16:00:00+01:00")} GetAllTeams = { team_id: "4", name: "Fulham", country: "England", stadium: "Craven Cottage",home_page_url: "http://www.fulhamfc.com/", wiki_link: "http://en.wikipedia.org/wiki/Fulham_F.C."} GetAllTeamsByLeagueAndSeason = { team_id: "4", name: "Fulham", country: "England", stadium: "Craven Cottage",home_page_url: "http://www.fulhamfc.com/", wiki_link: "http://en.wikipedia.org/wiki/Fulham_F.C."} end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xmlsoccer-0.1.0 | spec/fixtures/request_manager/hashed_responses.rb |