Class: KJess::Request::Status

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

Overview

This is not yet in a released version of Kestrel

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



10
11
12
# File 'lib/kjess/request/status.rb', line 10

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