Class: PrimaryAccountInitService::VerifyPhone_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/linerb/gen-rb/primary_account_init_service.rb

Constant Summary collapse

AUTHSESSIONID =
1
DEVICE =
2
USERPHONENUMBER =
3
PINCODE =
4
FIELDS =
{
  AUTHSESSIONID => {:type => ::Thrift::Types::STRING, :name => 'authSessionId'},
  DEVICE => {:type => ::Thrift::Types::STRUCT, :name => 'device', :class => ::Device},
  USERPHONENUMBER => {:type => ::Thrift::Types::STRUCT, :name => 'userPhoneNumber', :class => ::UserPhoneNumber},
  PINCODE => {:type => ::Thrift::Types::STRING, :name => 'pinCode'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



1159
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 1159

def struct_fields; FIELDS; end

#validateObject



1161
1162
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 1161

def validate
end