Scalr\Tests\Functional\Api\Service\User\V1beta0\Controller\ScriptsTest::getScript PHP Method

getScript() public method

public getScript ( integer $scriptId ) : Scalr\Tests\Functional\Api\ApiTestResponse
$scriptId integer
return Scalr\Tests\Functional\Api\ApiTestResponse
    public function getScript($scriptId)
    {
        $uri = self::getUserApiUrl("/scripts/{$scriptId}");
        return $this->request($uri, Request::METHOD_GET);
    }