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

acl_type_from_hash(hash)

Converts a hash string used by smex messaging to the corresponding ACL type.

Examples

iex> Smex.ACL.acl_type_from_hash(“180sqw3”) ACL.Null

acl_type_hash(type)

Converts an ACL type to the corresponding hash string used by smex messaging.

Examples

iex> Smex.ACL.acl_type_hash(ACL.Null) “180sqw3”

defs()
start_link()