Method: Groonga::Client::Protocol::HTTP::Thread::Request#initialize

Defined in:
lib/groonga/client/protocol/http/thread.rb

#initialize(thread) ⇒ Request

Returns a new instance of Request.



28
29
30
# File 'lib/groonga/client/protocol/http/thread.rb', line 28

def initialize(thread)
  @thread = thread
end