Class: TalkService::RegisterE2EEPublicKey_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
PUBLICKEY =
2
FIELDS =
{
  REQSEQ => {:type => ::Thrift::Types::I32, :name => 'reqSeq'},
  PUBLICKEY => {:type => ::Thrift::Types::STRUCT, :name => 'publicKey', :class => ::E2EEPublicKey}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end