Module: MercadoLibre

Defined in:
lib/mercado_libre/api.rb,
lib/mercado_libre/api.rb,
lib/mercado_libre/item.rb,
lib/mercado_libre/version.rb

Defined Under Namespace

Classes: API, Item

Constant Summary collapse

HTTPErrors =
[Timeout::Error, Errno::ETIMEDOUT, Errno::EINVAL, Errno::ECONNRESET,
Errno::ECONNREFUSED, EOFError, Net::HTTPBadResponse,
Net::HTTPHeaderSyntaxError, Net::ProtocolError]
VERSION =
'0.0.5'