Method: SelfSDK::MessagingClient#list_acl_rules
- Defined in:
- lib/messaging.rb
permalink #list_acl_rules ⇒ Object
Lists acl rules
132 133 134 135 136 137 138 139 140 |
# File 'lib/messaging.rb', line 132 def list_acl_rules wait_for 'acl_list' do send_raw Msgproto::AccessControlList.new( type: Msgproto::MsgType::ACL, id: SecureRandom.uuid, command: Msgproto::ACLCommand::LIST, ) end end |