Class: AdCenterWrapper::GetCustomerRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetCustomerRequest
- Defined in:
- lib/CustomerManagementService.rb
Overview
https://adcenter.microsoft.com/api/customermanagementGetCustomerRequest
customerId - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#customerId ⇒ Object
Returns the value of attribute customerId.
Instance Method Summary collapse
-
#initialize(customerId = nil) ⇒ GetCustomerRequest
constructor
A new instance of GetCustomerRequest.
Constructor Details
permalink #initialize(customerId = nil) ⇒ GetCustomerRequest
Returns a new instance of GetCustomerRequest.
1073 1074 1075 |
# File 'lib/CustomerManagementService.rb', line 1073 def initialize(customerId = nil) @customerId = customerId end |
Instance Attribute Details
permalink #customerId ⇒ Object
Returns the value of attribute customerId.
1071 1072 1073 |
# File 'lib/CustomerManagementService.rb', line 1071 def customerId @customerId end |