Class: Droonga::Command::Remote::ChangeRole

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



79
80
81
82
# File 'lib/droonga/command/remote.rb', line 79

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