ovh\Cloud\Cloud::__construct PHP Method

__construct() public method

Constructor
public __construct ( $passport )
$passport
    public function __construct($passport)
    {
        if (!$passport) {
            throw new BadConstructorCallException('$passport parameter is missing', 1);
        }
        $this->passport = $passport;
    }