Class: AdCenterWrapper::GetAccountsInfoRequest

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

Overview

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

customerId - SOAP::SOAPLong
onlyParentAccounts - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(customerId = nil, onlyParentAccounts = nil) ⇒ GetAccountsInfoRequest

Returns a new instance of GetAccountsInfoRequest.

[View source]

977
978
979
980
# File 'lib/CustomerManagementService.rb', line 977

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

Instance Attribute Details

#customerIdObject

Returns the value of attribute customerId.


974
975
976
# File 'lib/CustomerManagementService.rb', line 974

def customerId
  @customerId
end

#onlyParentAccountsObject

Returns the value of attribute onlyParentAccounts.


975
976
977
# File 'lib/CustomerManagementService.rb', line 975

def onlyParentAccounts
  @onlyParentAccounts
end