Class: AdCenterWrapper::FindAccountsRequest

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

Overview

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

customerId - SOAP::SOAPLong
accountFilter - SOAP::SOAPString
topN - SOAP::SOAPInt
applicationScope - AdCenterWrapper::ApplicationType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(customerId = nil, accountFilter = nil, topN = nil, applicationScope = nil) ⇒ FindAccountsRequest

Returns a new instance of FindAccountsRequest.

[View source]

1004
1005
1006
1007
1008
1009
# File 'lib/CustomerManagementService.rb', line 1004

def initialize(customerId = nil, accountFilter = nil, topN = nil, applicationScope = nil)
  @customerId = customerId
  @accountFilter = accountFilter
  @topN = topN
  @applicationScope = applicationScope
end

Instance Attribute Details

#accountFilterObject

Returns the value of attribute accountFilter.


1000
1001
1002
# File 'lib/CustomerManagementService.rb', line 1000

def accountFilter
  @accountFilter
end

#applicationScopeObject

Returns the value of attribute applicationScope.


1002
1003
1004
# File 'lib/CustomerManagementService.rb', line 1002

def applicationScope
  @applicationScope
end

#customerIdObject

Returns the value of attribute customerId.


999
1000
1001
# File 'lib/CustomerManagementService.rb', line 999

def customerId
  @customerId
end

#topNObject

Returns the value of attribute topN.


1001
1002
1003
# File 'lib/CustomerManagementService.rb', line 1001

def topN
  @topN
end