Scalr\Service\OpenStack\Client\RestClient::__construct PHP Méthode

__construct() public méthode

Constructor
public __construct ( OpenStackConfig $config )
$config Scalr\Service\OpenStack\OpenStackConfig A OpenStack config.
    public function __construct(OpenStackConfig $config)
    {
        $this->config = $config;
    }