class VerificationSessionData

Constants

AVAILABLEVERIFICATIONMETHODS
CALLBACK
CALLERIDMASK
COUNTRYCODE
FIELDS
METHOD
NATIONALSIGNIFICANTNUMBER
NORMALIZEDPHONE
SESSIONID

Public Instance Methods

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