Class: KJess::Response::Version

Inherits:
KJess::Response show all
Defined in:
lib/kjess/response/version.rb

Constant Summary

Constants inherited from KJess::Response

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::Response

#error?, #message, parse, #parse_options_to_args, #read_more, registry

Methods inherited from Protocol

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

Constructor Details

This class inherits a constructor from KJess::Protocol

Instance Method Details

#versionObject



6
7
8
# File 'lib/kjess/response/version.rb', line 6

def version
  args.first
end