ramp.UseCase.add_user

UseCase.add_user(user) None

adds new user to the user property list

Parameters

user (User) – an user instance

Raises

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