openedx-unsupported/bok-choy

@property in Docs

cpennington opened this issue · 0 comments

In the docs, your example classes don't need to use @property for name or page_object_classes. Both of those are static in the example classes, so they can be class properties. If they're dynamic, it's likely that they'll just depend on arguments to __init__, in which case they can be set as instance properties there.