Sha256: 8ed60135282b691bd0697b1124a9c8cd40dcb838c8e1dd391b8388dc4a65b8aa
Contents?: true
Size: 384 Bytes
Versions: 1
Compression:
Stored size: 384 Bytes
Contents
module Google module Ads module GoogleAds KNOWN_API_VERSIONS = [:V8, :V9, :V10] DEFAULT_API_VERSION = :V10 def self.default_api_version DEFAULT_API_VERSION end def self.known_api_versions KNOWN_API_VERSIONS end def self.valid_version?(version) known_api_versions.include?(version) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
google-ads-googleads-16.0.0 | lib/google/ads/google_ads/api_versions.rb |