Method: WavefrontDisplay::Dashboard#do_acls
- Defined in:
- lib/wavefront-cli/display/dashboard.rb
#do_acls ⇒ Object Also known as: do_acl_grant, do_acl_revoke, do_acl_clear
41 42 43 44 45 46 |
# File 'lib/wavefront-cli/display/dashboard.rb', line 41 def do_acls data.each do |dash| display_acl('view and modify', dash[:modifyAcl]) display_acl('view', dash[:viewAcl]) end end |