Sha256: 4d0ed060607645c0bf0957a9cb06855cb367d02a9c2b0e265e274170074de519
Contents?: true
Size: 287 Bytes
Versions: 2
Compression:
Stored size: 287 Bytes
Contents
module Google module Ads module GoogleAds KNOWN_API_VERSIONS = [:V1, :V2, :V3] DEFAULT_API_VERSION = :V3 def self.default_api_version DEFAULT_API_VERSION end def self.known_api_versions KNOWN_API_VERSIONS end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
google-ads-googleads-5.1.0 | lib/google/ads/google_ads/api_versions.rb |
google-ads-googleads-5.0.0 | lib/google/ads/google_ads/api_versions.rb |