Class: E2EEPublicKey
- Inherits:
-
Object
- Object
- E2EEPublicKey
- 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_fields ⇒ Object
13655 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 13655 def struct_fields; FIELDS; end |
#validate ⇒ Object
13657 13658 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 13657 def validate end |