smex v0.0.1 Smex.ACL
Summary
Functions
Converts a hash string used by smex messaging to the corresponding ACL type
Converts an ACL type to the corresponding hash string used by smex messaging
Functions
Converts a hash string used by smex messaging to the corresponding ACL type.
Examples
iex> Smex.ACL.acl_type_from_hash(“180sqw3”) ACL.Null
Converts an ACL type to the corresponding hash string used by smex messaging.
Examples
iex> Smex.ACL.acl_type_hash(ACL.Null) “180sqw3”