class PrimaryAccountInitService::SendPinCodeForPhone_args
Constants
- AUTHSESSIONID
- DEVICE
- FIELDS
- USERPHONENUMBER
- VERIFMETHOD
Public Instance Methods
struct_fields()
click to toggle source
# File lib/linerb/gen-rb/primary_account_init_service.rb, line 1006 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/linerb/gen-rb/primary_account_init_service.rb, line 1008 def validate unless @verifMethod.nil? || ::G_a_b_z0_a_b_t::VALID_VALUES.include?(@verifMethod) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field verifMethod!') end end