Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
SandboxAccount |
|
| 1.0;1 |
1 | package org.kuali.maven.plugins.dnsme.accounts; | |
2 | ||
3 | import org.kuali.maven.plugins.dnsme.beans.Account; | |
4 | ||
5 | public class SandboxAccount extends Account { | |
6 | public SandboxAccount() { | |
7 | 4 | super(); |
8 | 4 | setUsername("kuali"); |
9 | 4 | setApiKey("549de3da-8eae-4350-b20e-3d5c31f7117e"); |
10 | 4 | setSecretKey("58dca3a2-650e-4919-bcfb-d6e6e61f4fc2"); |
11 | 4 | } |
12 | } |