Class: ExchangeEncryptionKeyResponse

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

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_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end