ramp.UseCase.__init__¶
- UseCase.__init__(name: str = '', users: Optional[List] = None)¶
Creates a UseCase instance for gathering a list of User instances which own Appliance instances
- Parameters
name (str, optional) – name of the usecase instance, by default “”
users (Union[Iterable,None], optional) – a list of users to be added to the usecase instance, by default None