gossi\codegen\model\parts\BodyPart::getBody PHP Method

getBody() public method

Returns the body
public getBody ( ) : string
return string
    public function getBody()
    {
        return $this->body;
    }