Scalr\Model\Entity\FarmRoleScalingMetric::__get PHP Method

__get() public method

See also: AbstractEntity::__get()
public __get ( $prop )
    public function __get($prop)
    {
        switch ($prop) {
            case 'metric':
                return $this->_metric;
            default:
                return parent::__get($prop);
        }
    }