Method: FCS::HashRequest#initialize

Defined in:
lib/fcs/hash_request.rb

#initialize(socket) ⇒ HashRequest

Returns a new instance of HashRequest.



5
6
7
8
9
10
# File 'lib/fcs/hash_request.rb', line 5

def initialize(socket)
  super(socket)
  @command_type = ''
  @command_value = ''
  @params = {}
end