lib/patch_ruby/configuration.rb in patch_ruby-1.16.0 vs lib/patch_ruby/configuration.rb in patch_ruby-1.16.1

- old
+ new

@@ -4,11 +4,11 @@ #The core API used to integrate with Patch's service The version of the OpenAPI document: v1 Contact: engineering@usepatch.com Generated by: https://openapi-generator.tech -OpenAPI Generator version: 5.2.1 +OpenAPI Generator version: 5.3.1 =end module Patch class Configuration @@ -145,16 +145,16 @@ @server_operation_index = {} @server_variables = {} @server_operation_variables = {} @api_key = {} @api_key_prefix = {} - @timeout = 0 @client_side_validation = true @verify_ssl = true @verify_ssl_host = true @params_encoding = nil @cert_file = nil @key_file = nil + @timeout = 0 @debugging = false @inject_format = false @force_ending_format = false @logger = defined?(Rails) ? Rails.logger : Logger.new(STDOUT)