Class: ExchangeEncryptionKeyResponse
- Inherits:
-
Object
- Object
- ExchangeEncryptionKeyResponse
- 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
- PUBLICKEY =
1
- NONCE =
2
- FIELDS =
{ PUBLICKEY => {:type => ::Thrift::Types::STRING, :name => 'publicKey'}, NONCE => {:type => ::Thrift::Types::STRING, :name => 'nonce'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
6899 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 6899 def struct_fields; FIELDS; end |
#validate ⇒ Object
6901 6902 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 6901 def validate end |