Method: Aerospike::ReadHeaderCommand#initialize

Defined in:
lib/aerospike/command/read_header_command.rb

#initialize(cluster, policy, key) ⇒ ReadHeaderCommand

Returns a new instance of ReadHeaderCommand.

[View source]

28
29
30
31
32
33
34
# File 'lib/aerospike/command/read_header_command.rb', line 28

def initialize(cluster, policy, key)
  super(cluster, key)

  @policy = policy

  self
end