class SecondAuthFactorPinCodeException
Constants
- ALERTMESSAGE
- CODE
- FIELDS
Public Instance Methods
struct_fields()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 6298 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 6300 def validate unless @code.nil? || ::G_a_b_z0_a_a_a_c_a_a::VALID_VALUES.include?(@code) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field code!') end end