Exemple #1
0
 /**
  * Gets HTTP Client
  *
  * @return  ClientInterface Returns HTTP Client
  */
 public function getClient()
 {
     return $this->service->getOpenStack()->getClient();
 }