Scalr\Api\Service\User\V1beta0\Controller\AccountScripts::fetchAction PHP Method

fetchAction() public method

Fetches detailed info about specified rule
public fetchAction ( integer $ruleId ) : Scalr\Api\DataType\ResultEnvelope
$ruleId integer Numeric identifier of the rule
return Scalr\Api\DataType\ResultEnvelope
    public function fetchAction($ruleId)
    {
        return $this->result($this->adapter('OrchestrationRules\\AccountScript')->toData($this->getRule($ruleId)));
    }