From: Steven Bazyl Date: Fri, 28 Sep 2012 23:29:51 +0000 (-0700) Subject: More documentation cleanup X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/83ab4a681f4f12c6ce2353a558d2b9b5f3a0f0b6 More documentation cleanup --- diff --git a/lib/google/api_client/batch.rb b/lib/google/api_client/batch.rb index 603554a28f..0efb174476 100644 --- a/lib/google/api_client/batch.rb +++ b/lib/google/api_client/batch.rb @@ -26,7 +26,7 @@ module Google class BatchedCallResponse # @return [String] UUID of the call attr_reader :call_id - # @return [Integer] HTTP status code + # @return [Fixnum] HTTP status code attr_accessor :status # @return [Hash] HTTP response headers attr_accessor :headers @@ -38,7 +38,7 @@ module Google # # @param [String] call_id # UUID of the original call - # @param [Integer] status + # @param [Fixnum] status # HTTP status # @param [Hash] headers # HTTP response headers diff --git a/lib/google/api_client/media.rb b/lib/google/api_client/media.rb index 07629c6e7d..8cba0a1056 100644 --- a/lib/google/api_client/media.rb +++ b/lib/google/api_client/media.rb @@ -25,7 +25,7 @@ module Google ## # Get the length of the stream # - # @return [Integer] + # @return [Fixnum] # Length of stream, in bytes def length io.respond_to?(:length) ? io.length : File.size(local_path) diff --git a/lib/google/api_client/result.rb b/lib/google/api_client/result.rb index 8ba0492de1..8920f94213 100644 --- a/lib/google/api_client/result.rb +++ b/lib/google/api_client/result.rb @@ -43,7 +43,7 @@ module Google alias_method :reference, :request # For compatibility with pre-beta clients # @!attribute [r] status - # @return [Integer] HTTP status code + # @return [Fixnum] HTTP status code # @!attribute [r] headers # @return [Hash] HTTP response headers # @!attribute [r] body