Class: AdCenterWrapper::DeleteCustomerRequest

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

Overview

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

customerId - SOAP::SOAPLong
timeStamp - SOAP::SOAPBase64

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(customerId = nil, timeStamp = nil) ⇒ DeleteCustomerRequest

Returns a new instance of DeleteCustomerRequest.

[View source]

1256
1257
1258
1259
# File 'lib/CustomerManagementService.rb', line 1256

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

Instance Attribute Details

#customerIdObject

Returns the value of attribute customerId.


1253
1254
1255
# File 'lib/CustomerManagementService.rb', line 1253

def customerId
  @customerId
end

#timeStampObject

Returns the value of attribute timeStamp.


1254
1255
1256
# File 'lib/CustomerManagementService.rb', line 1254

def timeStamp
  @timeStamp
end