class
XMPP::ComponentPrivilege::Permission
- XMPP::ComponentPrivilege::Permission
- Reference
- Object
Overview
Represents a single permission grant
Defined in:
xmpp/component/privilege.crConstructors
Instance Method Summary
- #access : String
- #access=(access : String)
- #allows_get? : Bool
- #allows_outgoing? : Bool
- #allows_set? : Bool
- #namespaces : Array(String)
- #namespaces=(namespaces : Array(String))
- #push=(push : Bool)
- #push? : Bool
- #type : PermissionType
- #type=(type : PermissionType)
Constructor Detail
def self.new(access : String, type : XMPP::ComponentPrivilege::PermissionType, push : Bool = false, namespaces : Array(String) = [] of String)
#