Total Complexity | 2 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | class Get extends AbstractRequest { |
||
16 | |||
17 | protected $_account; |
||
18 | |||
19 | public function __construct(Account $account) { |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * @return Response\AbstractResponse|Response\Account\Get |
||
25 | * @throws Exception\InvalidResponse |
||
26 | * @throws Exception\RateLimitReached |
||
27 | */ |
||
28 | public function getResponse() : Response\AbstractResponse { |
||
48 | } |
||
49 | } |