Snorlax\RestResource::getLastResponse PHP Method

getLastResponse() public method

Returns the last_response of the last executed request
public getLastResponse ( ) : mixed
return mixed
    public function getLastResponse()
    {
        return $this->last_response;
    }