# File lib/fog/rackspace/models/auto_scale/webhooks.rb, line 37 def get(webhook_id) data = service.get_webhook(group.id, policy.id, webhook_id).body['webhook'] new(data) rescue Fog::Rackspace::AutoScale::NotFound nil end