module Google::Ads::GoogleAds
Constants
- CLIENT_LIB_VERSION
- DEFAULT_API_VERSION
- KNOWN_API_VERSIONS
- VERSION
Public Class Methods
default_api_version()
click to toggle source
# File lib/google/ads/google_ads/api_versions.rb, line 7 def self.default_api_version DEFAULT_API_VERSION end
known_api_versions()
click to toggle source
# File lib/google/ads/google_ads/api_versions.rb, line 11 def self.known_api_versions KNOWN_API_VERSIONS end
valid_version?(version)
click to toggle source
# File lib/google/ads/google_ads/api_versions.rb, line 15 def self.valid_version?(version) known_api_versions.include?(version) end