Class: AdCenterWrapper::DeleteCustomerRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::DeleteCustomerRequest
- Defined in:
- lib/adcenter_wrapper_entities.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
#initialize(customerId = nil, timeStamp = nil) ⇒ DeleteCustomerRequest
Returns a new instance of DeleteCustomerRequest.
5049 5050 5051 5052 |
# File 'lib/adcenter_wrapper_entities.rb', line 5049 def initialize(customerId = nil, timeStamp = nil) @customerId = customerId @timeStamp = timeStamp end |
Instance Attribute Details
#customerId ⇒ Object
Returns the value of attribute customerId.
5046 5047 5048 |
# File 'lib/adcenter_wrapper_entities.rb', line 5046 def customerId @customerId end |
#timeStamp ⇒ Object
Returns the value of attribute timeStamp.
5047 5048 5049 |
# File 'lib/adcenter_wrapper_entities.rb', line 5047 def timeStamp @timeStamp end |