lib/gapic/rest/transport_operation.rb in gapic-common-0.19.1 vs lib/gapic/rest/transport_operation.rb in gapic-common-0.20.0
- old
+ new
@@ -26,10 +26,10 @@
# @return [::Object, nil, ::Faraday::Response]
attr_reader :underlying_op
##
# @private
- # @param request [::Object, nil, ::Faraday::Response]
+ # @param underlying_op [::Object, nil, ::Faraday::Response]
# The underlying transport's library object that describes the active call, if any.
def initialize underlying_op
@underlying_op = underlying_op
end
end