Class: Droonga::Command::Remote::Join

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



100
101
102
103
104
105
106
# File 'lib/droonga/command/remote.rb', line 100

def process
  log("type = #{type}")
  case type
  when "replica"
    join_as_replica
  end
end