Class: E2EEPublicKey

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

Constant Summary collapse

VERSION =
1
KEYID =
2
KEYDATA =
4
CREATEDTIME =
5
FIELDS =
{
  VERSION => {:type => ::Thrift::Types::I32, :name => 'version'},
  KEYID => {:type => ::Thrift::Types::I32, :name => 'keyId'},
  KEYDATA => {:type => ::Thrift::Types::STRING, :name => 'keyData'},
  CREATEDTIME => {:type => ::Thrift::Types::I64, :name => 'createdTime'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



12980
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 12980

def struct_fields; FIELDS; end

#validateObject



12982
12983
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 12982

def validate
end