To access a class variable, we add the instance name, a ., and the name of the variable we want. Like skippy.wagging_tail here.
.
skippy.wagging_tail
Make sure to pick skippy, followed by ., and finally wagging_tail.
skippy
wagging_tail