| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); |
||
| 57 | public function retrieve() |
||
| 58 | { |
||
| 59 | $response = $this->execute($this->api->getLoadBalancerStatuses(), ['loadbalancerId' => (string)$this->loadbalancerId]); |
||
| 60 | $json = Utils::jsonDecode($response); |
||
| 61 | $this->populateFromArray($json[$this->resourceKey]['loadbalancer']); |
||
| 62 | } |
||
| 63 | } |
||
| 64 |