Namshi\Notificator\Notification\Handler\HipChat::getHipchat PHP Method

getHipchat() public method

Returns the HipChat instance associated with this handler.
public getHipchat ( ) : HipChat\HipChat
return HipChat\HipChat
    public function getHipchat()
    {
        return $this->hipchat;
    }