Sha256: 29206f44b1a692fb57e581a953273a38525b1f3ec96ff2dc722dcb53edc37841
Contents?: true
Size: 563 Bytes
Versions: 4
Compression:
Stored size: 563 Bytes
Contents
module BingAdsRubySdk module Services class CustomerManagement < Base def get_account(message) call(__method__, message) end def update_account(message) call(__method__, message) end def find_accounts_or_customers_info(message) call_wrapper(__method__, message, :account_info_with_customer_data, :account_info_with_customer_data) end def signup_customer(message) call(__method__, message) end def self.service :customer_management end end end end
Version data entries
4 entries across 4 versions & 1 rubygems