Class: AdCenterWrapper::GetAccountsInfoRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.rb

Overview

https://adcenter.microsoft.com/api/customermanagementGetAccountsInfoRequest

customerId - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(customerId = nil) ⇒ GetAccountsInfoRequest

Returns a new instance of GetAccountsInfoRequest.



4800
4801
4802
# File 'lib/adcenter_wrapper_entities.rb', line 4800

def initialize(customerId = nil)
  @customerId = customerId
end

Instance Attribute Details

#customerIdObject

Returns the value of attribute customerId.



4798
4799
4800
# File 'lib/adcenter_wrapper_entities.rb', line 4798

def customerId
  @customerId
end