class GetSecondAuthMethodResponse

Constants

FIELDS
SECONDAUTHMETHOD

Public Instance Methods

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