What is the difference between a class variable and a class instance variable? Technology Community › Category: Ruby › What is the difference between a class variable and a class instance variable? 0 Vote Up Vote Down VietMX Staff asked 4 years ago Class instance variables are instance variables of a class. Class instance variables cannot be used within instance methods.