Scalr\Tests\Functional\Api\Service\User\V1beta0\Controller\FarmRolesTest::getFarmRole PHP Method

getFarmRole() public method

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