class Awful::WAF::Acl
Public Instance Methods
ls()
click to toggle source
# File lib/awful/waf_acl.rb, line 14 def ls list_thing(:web_acls).output do |list| if options[:long] print_table list.map { |a| [a.name, a.web_acl_id] } else puts list.map(&:name) end end end