class Reek::SmellDetectors::TooManyInstanceVariables

A Large Class is a class or module that has a large number of instance variables, methods or lines of code.

+TooManyInstanceVariables’ reports classes having more than a configurable number of instance variables.

See {file:docs/Too-Many-Instance-Variables.md} for details.