=begin #Datadog API V2 Collection #Collection of all Datadog Public endpoints. The version of the OpenAPI document: 1.0 Contact: support@datadoghq.com Generated by: https://github.com/DataDog/datadog-api-client-ruby/tree/master/.generator Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2020-Present Datadog, Inc. =end require 'datadog_api_client/models' require_relative 'datadog_api_client/inflector' loader = Zeitwerk::Loader.new loader.tag = File.basename(__FILE__, ".rb") loader.collapse("#{__dir__}/datadog_api_client/*/models/") loader.collapse("#{__dir__}/datadog_api_client/*/api/") loader.push_dir("#{__dir__}/datadog_api_client/v1", namespace: DatadogAPIClient::V1) loader.push_dir("#{__dir__}/datadog_api_client/v2", namespace: DatadogAPIClient::V2) # Ignore model_base.rb from being loaded in by zeitwerk as it is loaded in by default loader.ignore("#{__dir__}/datadog_api_client/*/model_base.rb") loader.inflector = DatadogAPIClient::DatadogAPIClientInflector.new loader.setup