lib/svix/models/transformation_http_method.rb in svix-0.83.1 vs lib/svix/models/transformation_http_method.rb in svix-0.84.0

- old
+ new

@@ -13,11 +13,11 @@ require 'date' require 'time' module Svix class TransformationHttpMethod - PUT = "PUT".freeze POST = "POST".freeze + PUT = "PUT".freeze # Builds the enum from string # @param [String] The enum value in the form of the string # @return [String] The enum value def self.build_from_hash(value)