Class: AdCenterWrapper::DeleteCustomerRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::DeleteCustomerRequest
- Defined in:
- lib/CustomerManagementService.rb
Overview
https://adcenter.microsoft.com/api/customermanagementDeleteCustomerRequest
customerId - SOAP::SOAPLong
timeStamp - SOAP::SOAPBase64
Instance Attribute Summary collapse
-
#customerId ⇒ Object
Returns the value of attribute customerId.
-
#timeStamp ⇒ Object
Returns the value of attribute timeStamp.
Instance Method Summary collapse
-
#initialize(customerId = nil, timeStamp = nil) ⇒ DeleteCustomerRequest
constructor
A new instance of DeleteCustomerRequest.
Constructor Details
permalink #initialize(customerId = nil, timeStamp = nil) ⇒ DeleteCustomerRequest
Returns a new instance of DeleteCustomerRequest.
1256 1257 1258 1259 |
# File 'lib/CustomerManagementService.rb', line 1256 def initialize(customerId = nil, timeStamp = nil) @customerId = customerId @timeStamp = timeStamp end |
Instance Attribute Details
permalink #customerId ⇒ Object
Returns the value of attribute customerId.
1253 1254 1255 |
# File 'lib/CustomerManagementService.rb', line 1253 def customerId @customerId end |
permalink #timeStamp ⇒ Object
Returns the value of attribute timeStamp.
1254 1255 1256 |
# File 'lib/CustomerManagementService.rb', line 1254 def timeStamp @timeStamp end |