Docker\API\Model\SystemInformation::getMemTotal PHP Method

getMemTotal() public method

public getMemTotal ( ) : integer
return integer
    public function getMemTotal()
    {
        return $this->memTotal;
    }