aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/main/java/vid/automation/test/model/Credentials.java
blob: 0dc26aefd46b1db249fde031e75a7afed14bc941 (plain)
1
2
3
4
5
6
7
8
9
package vid.automation.test.model;

/**
 * Created by itzikliderman on 26/06/2017.
 */
public class Credentials {
    public String userId;
    public String password;
}