Use of "has" to check in-code classes

Hi, 

how can I please check whether I have class in my code with some name? 

I don't know what to write before "has :className" to make it work. 

Documentation states: 

The has operator lets you check if a given object has a symbol, which may be a public method, instance variable, or even a class definition or module. 

But user classes are not under Toybox as seen on example.  

Thanks, Jan