ramp.UseCase.add_user

UseCase.add_user(user) None

adds new user to the user property list

Parameters:

user (User) – a user instance

Raises:

InvalidType – any type rather than User will raise the error.