More documentation cleanup
authorSteven Bazyl <sqrrrl@gmail.com>
Fri, 28 Sep 2012 23:29:51 +0000 (16:29 -0700)
committerSteven Bazyl <sqrrrl@gmail.com>
Wed, 10 Oct 2012 20:28:46 +0000 (14:28 -0600)
lib/google/api_client/batch.rb
lib/google/api_client/media.rb
lib/google/api_client/result.rb

index 603554a28f2c476b2660fffc187b96a66b3edc45..0efb174476a373c4bf47214fadfc9840bab99490 100644 (file)
@@ -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
index 07629c6e7dcd0e52cdb0c8e2cb3cc77eee1226f4..8cba0a1056008eec32482fab326e7ec021643ba7 100644 (file)
@@ -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)
index 8ba0492de1462c095aadeec3406892ede009e94a..8920f942137eba9864db6d0099a492a2e570c4ad 100644 (file)
@@ -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