| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| SampleAccount |
|
| 1.0;1 |
| 1 | package org.kuali.maven.plugins.dnsme.accounts; | |
| 2 | ||
| 3 | import org.kuali.maven.plugins.dnsme.beans.Account; | |
| 4 | ||
| 5 | /** | |
| 6 | * Config described in the DNSME docs at http://cp.dnsmadeeasy.com/enterprisedns/api.html | |
| 7 | */ | |
| 8 | public class SampleAccount extends Account { | |
| 9 | public SampleAccount() { | |
| 10 | 1 | super(); |
| 11 | 1 | setApiKey("1c1a3c91-4770-4ce7-96f4-54c0eb0e457a"); |
| 12 | 1 | setSecretKey("c9b5625f-9834-4ff8-baba-4ed5f32cae55"); |
| 13 | 1 | } |
| 14 | } |