Class: HrrRbSsh::Message::SSH_MSG_USERAUTH_INFO_RESPONSE
- Inherits:
-
Object
- Object
- HrrRbSsh::Message::SSH_MSG_USERAUTH_INFO_RESPONSE
- Includes:
- Codable
- Defined in:
- lib/hrr_rb_ssh/message/061_ssh_msg_userauth_info_response.rb
Constant Summary collapse
- ID =
self.name.split('::').last
- VALUE =
61- DEFINITION =
[ #[DataType, Field Name] [DataType::Byte, :'message number'], [DataType::Uint32, :'num-responses'], ]
- PER_NUM_RESPONSES_DEFINITION =
Hash.new{ |hash, key| Array.new(key){ |i| [ #[DataType, Field Name] #[DataType::String, :'num-responses' : "> 0"], [DataType::String, :"response[#{i+1}]"], ] }.inject(:+) }
- CONDITIONAL_DEFINITION =
{ # Field Name => {Field Value => Conditional Definition} :'num-responses' => PER_NUM_RESPONSES_DEFINITION, }
Instance Attribute Summary
Attributes included from Loggable
Method Summary
Methods included from Codable
#common_definition, #conditional_definition, #decode, #decode_recursively, #encode, #initialize