You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can access them directly, but since they're protected, my linter does not like this. We need a way to properly access these variables through a get_attributes() and get_name() methods.
The text was updated successfully, but these errors were encountered:
I need access to
_name
and_attributes
variables.I can access them directly, but since they're protected, my linter does not like this. We need a way to properly access these variables through a
get_attributes()
andget_name()
methods.The text was updated successfully, but these errors were encountered: