Class: KJess::Request::Flush

Inherits:
KJess::Request show all
Defined in:
lib/kjess/request/flush.rb

Constant Summary

Constants inherited from KJess::Request

Registry

Constants inherited from Protocol

Protocol::CRLF

Instance Attribute Summary

Attributes inherited from Protocol

#args, #raw_args

Instance Method Summary collapse

Methods inherited from KJess::Request

registry, valid_responses

Methods inherited from Protocol

arity, #initialize, keyword, #keyword, register, #to_protocol

Constructor Details

This class inherits a constructor from KJess::Protocol

Instance Method Details

#parse_options_to_args(opts) ⇒ Object



7
8
9
# File 'lib/kjess/request/flush.rb', line 7

def parse_options_to_args( opts )
  [ opts[:queue_name] ]
end