Module: X

Defined in:
lib/x/cgi.rb,
lib/x/client.rb,
lib/x/version.rb,
lib/x/connection.rb,
lib/x/rate_limit.rb,
lib/x/errors/gone.rb,
lib/x/errors/error.rb,
lib/x/authenticator.rb,
lib/x/media_uploader.rb,
lib/x/request_builder.rb,
lib/x/response_parser.rb,
lib/x/errors/forbidden.rb,
lib/x/errors/not_found.rb,
lib/x/redirect_handler.rb,
lib/x/errors/http_error.rb,
lib/x/errors/bad_gateway.rb,
lib/x/errors/bad_request.rb,
lib/x/errors/client_error.rb,
lib/x/errors/server_error.rb,
lib/x/errors/unauthorized.rb,
lib/x/oauth_authenticator.rb,
lib/x/errors/network_error.rb,
lib/x/errors/not_acceptable.rb,
lib/x/errors/gateway_timeout.rb,
lib/x/errors/payload_too_large.rb,
lib/x/errors/too_many_requests.rb,
lib/x/errors/too_many_redirects.rb,
lib/x/bearer_token_authenticator.rb,
lib/x/errors/service_unavailable.rb,
lib/x/errors/connection_exception.rb,
lib/x/errors/unprocessable_entity.rb,
lib/x/errors/internal_server_error.rb

Defined Under Namespace

Modules: MediaUploader Classes: Authenticator, BadGateway, BadRequest, BearerTokenAuthenticator, CGI, Client, ClientError, Connection, ConnectionException, Error, Forbidden, GatewayTimeout, Gone, HTTPError, InternalServerError, NetworkError, NotAcceptable, NotFound, OAuthAuthenticator, PayloadTooLarge, RateLimit, RedirectHandler, RequestBuilder, ResponseParser, ServerError, ServiceUnavailable, TooManyRedirects, TooManyRequests, Unauthorized, UnprocessableEntity

Constant Summary collapse

VERSION =
Gem::Version.create("0.14.1")