Class: Groonga::Client::EmptyRequest
- Inherits:
-
Object
- Object
- Groonga::Client::EmptyRequest
- Defined in:
- lib/groonga/client/empty-request.rb
Instance Method Summary collapse
-
#initialize ⇒ EmptyRequest
constructor
A new instance of EmptyRequest.
- #wait ⇒ Object
Constructor Details
#initialize ⇒ EmptyRequest
Returns a new instance of EmptyRequest.
22 23 |
# File 'lib/groonga/client/empty-request.rb', line 22 def initialize end |
Instance Method Details
#wait ⇒ Object
25 26 |
# File 'lib/groonga/client/empty-request.rb', line 25 def wait end |