google-api-ruby-client/lib/google/api_client
Mike Moore 349c26fa8b Fix warning: assigned but unused variable
There are several places where varaibles are assigned but not used.
The variables can be replaced with _, or prepended with _ to avoid a warning.
In one case the variable was removed because it was at the end of the method.

Addresses the following warnings:

lib/google/api_client.rb:493: warning: assigned but unused variable - key
lib/google/api_client/batch.rb:168: warning: assigned but unused variable - callback
lib/google/api_client/batch.rb:227: warning: assigned but unused variable - base
lib/google/api_client/batch.rb:271: warning: assigned but unused variable - protocol
lib/google/api_client/batch.rb:271: warning: assigned but unused variable - reason
lib/google/api_client/request.rb:247: warning: assigned but unused variable - request_env
2015-03-25 17:03:20 -06:00
..
auth #189 - Fix legacy file storage 2015-01-09 16:02:40 -08:00
discovery Use ActiveSupport instead of extlib 2014-10-08 12:03:28 +00:00
service Use ActiveSupport instead of extlib 2014-10-08 12:03:28 +00:00
batch.rb Fix warning: assigned but unused variable 2015-03-25 17:03:20 -06:00
charset.rb #160 - Add option to set encoding of response body 2014-12-16 12:29:11 -08:00
client_secrets.rb Add minimal tests for ClientSecrets 2014-12-16 13:47:26 -08:00
discovery.rb Better way to handle automatic parsing using the schemas in the discovery document. 2011-08-04 23:36:36 -04:00
environment.rb Fixed formatting issue with OS version number in Java. 2012-03-14 17:11:19 +01:00
errors.rb Add auto retry logic for auth expiry separate from normal failure retry 2014-03-13 11:20:08 -07:00
gzip.rb Enable gzip compression 2013-06-19 17:37:38 -07:00
logging.rb Sprinkle of logging 2013-01-04 16:14:14 -08:00
media.rb No longer buffer chunks/files when using resumable upload 2013-06-18 12:15:02 -07:00
railtie.rb Fix logger, take #2 2014-12-19 15:45:20 -08:00
reference.rb Move request class to its own file 2012-10-10 14:28:46 -06:00
request.rb Fix warning: assigned but unused variable 2015-03-25 17:03:20 -06:00
result.rb #158 - guard against missing page tokens when building next/prev page requests 2014-12-16 20:57:12 -08:00
service.rb #159 - Excute batch requests using the service's connection 2014-12-16 20:52:57 -08:00
service_account.rb changes for ruby 1.8.7 2013-12-03 11:11:51 +01:00
version.rb Version bump, and updates the googleauth dependency 2015-03-23 18:51:22 -07:00