Sha256: 99de023b7cd475083b205645b248ebca0ef52c4ed65caa8ecac62e39c59d6562

Contents?: true

Size: 984 Bytes

Versions: 2

Compression:

Stored size: 984 Bytes

Contents

# Encoding: utf-8
#
# Copyright:: Copyright 2017, Google Inc. All Rights Reserved.
#
# License:: Licensed under the Apache License, Version 2.0 (the "License");
#           you may not use this file except in compliance with the License.
#           You may obtain a copy of the License at
#
#           http://www.apache.org/licenses/LICENSE-2.0
#
#           Unless required by applicable law or agreed to in writing, software
#           distributed under the License is distributed on an "AS IS" BASIS,
#           WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
#           implied.
#           See the License for the specific language governing permissions and
#           limitations under the License.

require 'google/ads/google_ads/google_ads_client'
require 'google/ads/google_ads/api_versions'

module Google
  module Ads
    module GoogleAds
      def self.valid_version?(version)
        KNOWN_API_VERSIONS.include?(version)
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
google-ads-googleads-1.1.1 lib/google/ads/google_ads.rb
google-ads-googleads-1.1.0 lib/google/ads/google_ads.rb