You are here

public function GetAttributesAttributes::getCalculatedValue in SendinBlue 8

Same name and namespace in other branches
  1. 8.2 src/Tools/Model/GetAttributesAttributes.php \Drupal\sendinblue\Tools\Model\GetAttributesAttributes::getCalculatedValue()

Return value

string

File

src/Tools/Model/GetAttributesAttributes.php, line 94

Class

GetAttributesAttributes
Class GetAttributesAttributes.

Namespace

Drupal\sendinblue\Tools\Model

Code

public function getCalculatedValue() {
  return $this->calculatedValue;
}