class AuthKeyExchangeRequest

Constants

AUTHKEYVERSION
FIELDS
NONCE
PUBLICKEY

Public Instance Methods

struct_fields() click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 15612
def struct_fields; FIELDS; end
validate() click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 15614
def validate
  unless @authKeyVersion.nil? || ::P0_a_e_a_b_e0::VALID_VALUES.include?(@authKeyVersion)
    raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field authKeyVersion!')
  end
end