Class: E2EENegotiationResult
- Inherits:
-
Object
- Object
- E2EENegotiationResult
- 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
- ALLOWEDTYPES =
1
- PUBLICKEY =
2
- SPECVERSION =
3
- FIELDS =
{ ALLOWEDTYPES => {:type => ::Thrift::Types::SET, :name => 'allowedTypes', :element => {:type => ::Thrift::Types::I32, :enum_class => ::P0_a_e_a_b_d9}}, PUBLICKEY => {:type => ::Thrift::Types::STRUCT, :name => 'publicKey', :class => ::E2EEPublicKey}, SPECVERSION => {:type => ::Thrift::Types::I32, :name => 'specVersion'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
17684 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 17684 def struct_fields; FIELDS; end |
#validate ⇒ Object
17686 17687 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 17686 def validate end |