Class: Handshake
Instance Attribute Summary
Attributes inherited from Protocol
Instance Method Summary collapse
-
#initialize(uuid) ⇒ Handshake
constructor
A new instance of Handshake.
Methods inherited from Protocol
Constructor Details
#initialize(uuid) ⇒ Handshake
Returns a new instance of Handshake.
40 41 42 43 |
# File 'lib/cocaine/protocol.rb', line 40 def initialize(uuid) super RPC::HANDSHAKE @uuid = uuid end |