Class: PrimaryAccountInitService::GetPhoneVerifMethod_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
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}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end