Recurly_Addon::uri PHP Method

uri() protected method

protected uri ( )
    protected function uri()
    {
        if (!empty($this->_href)) {
            return $this->getHref();
        } else {
            return Recurly_Addon::uriForAddOn($this->plan_code, $this->add_on_code);
        }
    }