Class: AdCenterWrapper::GetUsersInfoRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetUsersInfoRequest
- Defined in:
- lib/CustomerManagementService.rb
Overview
https://adcenter.microsoft.com/api/customermanagementGetUsersInfoRequest
customerId - SOAP::SOAPLong
statusFilter - AdCenterWrapper::UserLifeCycleStatus
Instance Attribute Summary collapse
-
#customerId ⇒ Object
Returns the value of attribute customerId.
-
#statusFilter ⇒ Object
Returns the value of attribute statusFilter.
Instance Method Summary collapse
-
#initialize(customerId = nil, statusFilter = nil) ⇒ GetUsersInfoRequest
constructor
A new instance of GetUsersInfoRequest.
Constructor Details
permalink #initialize(customerId = nil, statusFilter = nil) ⇒ GetUsersInfoRequest
Returns a new instance of GetUsersInfoRequest.
1400 1401 1402 1403 |
# File 'lib/CustomerManagementService.rb', line 1400 def initialize(customerId = nil, statusFilter = nil) @customerId = customerId @statusFilter = statusFilter end |
Instance Attribute Details
permalink #customerId ⇒ Object
Returns the value of attribute customerId.
1397 1398 1399 |
# File 'lib/CustomerManagementService.rb', line 1397 def customerId @customerId end |
permalink #statusFilter ⇒ Object
Returns the value of attribute statusFilter.
1398 1399 1400 |
# File 'lib/CustomerManagementService.rb', line 1398 def statusFilter @statusFilter end |