Class: AdCenterWrapper::DeleteAccountRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::DeleteAccountRequest
- Defined in:
- lib/CustomerManagementService.rb
Overview
https://adcenter.microsoft.com/api/customermanagementDeleteAccountRequest
accountId - SOAP::SOAPLong
timeStamp - SOAP::SOAPBase64
Instance Attribute Summary collapse
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#timeStamp ⇒ Object
Returns the value of attribute timeStamp.
Instance Method Summary collapse
-
#initialize(accountId = nil, timeStamp = nil) ⇒ DeleteAccountRequest
constructor
A new instance of DeleteAccountRequest.
Constructor Details
permalink #initialize(accountId = nil, timeStamp = nil) ⇒ DeleteAccountRequest
Returns a new instance of DeleteAccountRequest.
1237 1238 1239 1240 |
# File 'lib/CustomerManagementService.rb', line 1237 def initialize(accountId = nil, timeStamp = nil) @accountId = accountId @timeStamp = timeStamp end |
Instance Attribute Details
permalink #accountId ⇒ Object
Returns the value of attribute accountId.
1234 1235 1236 |
# File 'lib/CustomerManagementService.rb', line 1234 def accountId @accountId end |
permalink #timeStamp ⇒ Object
Returns the value of attribute timeStamp.
1235 1236 1237 |
# File 'lib/CustomerManagementService.rb', line 1235 def timeStamp @timeStamp end |