Module: MLB

Defined in:
lib/mlb/team.rb,
lib/mlb/sport.rb,
lib/mlb/teams.rb,
lib/mlb/venue.rb,
lib/mlb/client.rb,
lib/mlb/league.rb,
lib/mlb/player.rb,
lib/mlb/roster.rb,
lib/mlb/sports.rb,
lib/mlb/status.rb,
lib/mlb/venues.rb,
lib/mlb/leagues.rb,
lib/mlb/players.rb,
lib/mlb/version.rb,
lib/mlb/division.rb,
lib/mlb/position.rb,
lib/mlb/divisions.rb,
lib/mlb/connection.rb,
lib/mlb/handedness.rb,
lib/mlb/errors/gone.rb,
lib/mlb/transaction.rb,
lib/mlb/errors/error.rb,
lib/mlb/roster_entry.rb,
lib/mlb/transactions.rb,
lib/mlb/error_handler.rb,
lib/mlb/request_builder.rb,
lib/mlb/errors/forbidden.rb,
lib/mlb/errors/not_found.rb,
lib/mlb/redirect_handler.rb,
lib/mlb/season_date_info.rb,
lib/mlb/errors/http_error.rb,
lib/mlb/errors/bad_gateway.rb,
lib/mlb/errors/bad_request.rb,
lib/mlb/errors/client_error.rb,
lib/mlb/errors/server_error.rb,
lib/mlb/errors/unauthorized.rb,
lib/mlb/errors/network_error.rb,
lib/mlb/errors/not_acceptable.rb,
lib/mlb/errors/gateway_timeout.rb,
lib/mlb/errors/payload_too_large.rb,
lib/mlb/errors/too_many_requests.rb,
lib/mlb/errors/too_many_redirects.rb,
lib/mlb/errors/service_unavailable.rb,
lib/mlb/errors/connection_exception.rb,
lib/mlb/errors/unprocessable_entity.rb,
lib/mlb/errors/internal_server_error.rb

Defined Under Namespace

Classes: BadGateway, BadRequest, Client, ClientError, Connection, ConnectionException, Division, Divisions, Error, ErrorHandler, Forbidden, GatewayTimeout, Gone, HTTPError, Handedness, InternalServerError, League, Leagues, NetworkError, NotAcceptable, NotFound, PayloadTooLarge, Player, Players, Position, RedirectHandler, RequestBuilder, Roster, RosterEntry, SeasonDateInfo, ServerError, ServiceUnavailable, Sport, Sports, Status, Team, Teams, TooManyRedirects, TooManyRequests, Transaction, Transactions, Unauthorized, UnprocessableEntity, Venue, Venues

Constant Summary collapse

CLIENT =
Client.new
VERSION =
Gem::Version.create("0.9.0")