Class: TalkService::RespondE2EEKeyExchange_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/linerb/gen-rb/talk_service.rb

Constant Summary collapse

REQSEQ =
1
ENCRYPTEDKEYCHAIN =
2
HASHKEYCHAIN =
3
FIELDS =
{
  REQSEQ => {:type => ::Thrift::Types::I32, :name => 'reqSeq'},
  ENCRYPTEDKEYCHAIN => {:type => ::Thrift::Types::STRING, :name => 'encryptedKeyChain'},
  HASHKEYCHAIN => {:type => ::Thrift::Types::STRING, :name => 'hashKeyChain'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



3652
# File 'lib/linerb/gen-rb/talk_service.rb', line 3652

def struct_fields; FIELDS; end

#validateObject



3654
3655
# File 'lib/linerb/gen-rb/talk_service.rb', line 3654

def validate
end