Class: AdCenterWrapper::DeleteUserRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::DeleteUserRequest
- Defined in:
- lib/CustomerManagementService.rb
Overview
https://adcenter.microsoft.com/api/customermanagementDeleteUserRequest
userId - SOAP::SOAPLong
timeStamp - SOAP::SOAPBase64
Instance Attribute Summary collapse
-
#timeStamp ⇒ Object
Returns the value of attribute timeStamp.
-
#userId ⇒ Object
Returns the value of attribute userId.
Instance Method Summary collapse
-
#initialize(userId = nil, timeStamp = nil) ⇒ DeleteUserRequest
constructor
A new instance of DeleteUserRequest.
Constructor Details
permalink #initialize(userId = nil, timeStamp = nil) ⇒ DeleteUserRequest
Returns a new instance of DeleteUserRequest.
1381 1382 1383 1384 |
# File 'lib/CustomerManagementService.rb', line 1381 def initialize(userId = nil, timeStamp = nil) @userId = userId @timeStamp = timeStamp end |
Instance Attribute Details
permalink #timeStamp ⇒ Object
Returns the value of attribute timeStamp.
1379 1380 1381 |
# File 'lib/CustomerManagementService.rb', line 1379 def timeStamp @timeStamp end |
permalink #userId ⇒ Object
Returns the value of attribute userId.
1378 1379 1380 |
# File 'lib/CustomerManagementService.rb', line 1378 def userId @userId end |