# File lib/fog/rackspace/models/auto_scale/webhook.rb, line 81
        def save
          if persisted?
            update
          else
            create
          end
          true
        end