Class: AdCenterWrapper::FindAccountsOrCustomersInfoRequest

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

Overview

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

filter - SOAP::SOAPString
topN - SOAP::SOAPInt
applicationScope - AdCenterWrapper::ApplicationType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(filter = nil, topN = nil, applicationScope = nil) ⇒ FindAccountsOrCustomersInfoRequest

Returns a new instance of FindAccountsOrCustomersInfoRequest.

[View source]

1484
1485
1486
1487
1488
# File 'lib/CustomerManagementService.rb', line 1484

def initialize(filter = nil, topN = nil, applicationScope = nil)
  @filter = filter
  @topN = topN
  @applicationScope = applicationScope
end

Instance Attribute Details

#applicationScopeObject

Returns the value of attribute applicationScope.


1482
1483
1484
# File 'lib/CustomerManagementService.rb', line 1482

def applicationScope
  @applicationScope
end

#filterObject

Returns the value of attribute filter.


1480
1481
1482
# File 'lib/CustomerManagementService.rb', line 1480

def filter
  @filter
end

#topNObject

Returns the value of attribute topN.


1481
1482
1483
# File 'lib/CustomerManagementService.rb', line 1481

def topN
  @topN
end