# File lib/fog/rackspace/models/auto_scale/webhooks.rb, line 21
        def all
          data = service.list_webhooks(group.id, policy.id).body['webhooks']
          load(data)
        end