Class: Droonga::Command::Remote::ReportStatus

Inherits:
Base
  • Object
show all
Defined in:
lib/droonga/command/remote.rb

Instance Attribute Summary

Attributes inherited from Base

#response

Instance Method Summary collapse

Methods inherited from Base

#initialize, #should_process?

Constructor Details

This class inherits a constructor from Droonga::Command::Remote::Base

Instance Method Details

#processObject



86
87
88
89
# File 'lib/droonga/command/remote.rb', line 86

def process
  status = NodeStatus.new
  @response["value"] = status.get(@params["key"])
end