Class: AuthKeyExchangeResponse

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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end