Class: Droonga::Command::Remote::SetStatus

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



93
94
95
96
# File 'lib/droonga/command/remote.rb', line 93

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