class GetAcctVerifMethodResponse
Constants
- AVAILABLEMETHOD
- FIELDS
- SAMEACCOUNTFROMAUTHFACTOR
Public Instance Methods
struct_fields()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 6933 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 6935 def validate unless @availableMethod.nil? || ::G_a_b_z0_a_b_c::VALID_VALUES.include?(@availableMethod) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field availableMethod!') end end