Scalr\Service\OpenStack\Client\RestClient::__construct PHP Method

__construct() public method

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