class AdwordsApi::V201809::DataService::DataServiceRegistry

Constants

DATASERVICE_METHODS
DATASERVICE_NAMESPACES
DATASERVICE_TYPES

Public Class Methods

get_method_signature(method_name) click to toggle source
# File lib/adwords_api/v201809/data_service_registry.rb, line 18
def self.get_method_signature(method_name)
  return DATASERVICE_METHODS[method_name.to_sym]
end
get_namespace(index) click to toggle source
# File lib/adwords_api/v201809/data_service_registry.rb, line 26
def self.get_namespace(index)
  return DATASERVICE_NAMESPACES[index]
end
get_type_signature(type_name) click to toggle source
# File lib/adwords_api/v201809/data_service_registry.rb, line 22
def self.get_type_signature(type_name)
  return DATASERVICE_TYPES[type_name.to_sym]
end