Class: AdCenterWrapper::DeleteAccountRequest

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

Overview

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

accountId - SOAP::SOAPLong
timeStamp - SOAP::SOAPBase64

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountId = nil, timeStamp = nil) ⇒ DeleteAccountRequest

Returns a new instance of DeleteAccountRequest.

[View source]

1237
1238
1239
1240
# File 'lib/CustomerManagementService.rb', line 1237

def initialize(accountId = nil, timeStamp = nil)
  @accountId = accountId
  @timeStamp = timeStamp
end

Instance Attribute Details

#accountIdObject

Returns the value of attribute accountId.


1234
1235
1236
# File 'lib/CustomerManagementService.rb', line 1234

def accountId
  @accountId
end

#timeStampObject

Returns the value of attribute timeStamp.


1235
1236
1237
# File 'lib/CustomerManagementService.rb', line 1235

def timeStamp
  @timeStamp
end