lib/httpx/plugins/grpc/call.rb in httpx-0.14.5 vs lib/httpx/plugins/grpc/call.rb in httpx-0.15.0

- old
+ new

@@ -5,12 +5,11 @@ module GRPC # Encapsulates call information class Call attr_writer :decoder - def initialize(response, options) + def initialize(response) @response = response - @options = options @decoder = ->(z) { z } end def inspect "#GRPC::Call(#{grpc_response})"