Attributes.delete

You're seeing just the function delete, go back to Attributes module for more information.

Deletes all attributes.

Available at compile time only.

Example

Attributes.delete(MyModule)

Deletes attribute in path.

Available at compile time only. It does not raise if the path is not found.

Example

Attributes.delete(MyModule, [:path])