class EncryptedPassword
Constants
- CIPHERTEXT
- ENCRYPTIONKEYVERSION
- FIELDS
Public Instance Methods
struct_fields()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 6625 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 6627 def validate unless @encryptionKeyVersion.nil? || ::G_a_b_z0_a_b_g::VALID_VALUES.include?(@encryptionKeyVersion) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field encryptionKeyVersion!') end end