Class: AdCenterWrapper::GetCustomerPilotFeatureRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetCustomerPilotFeatureRequest
- Defined in:
- lib/CustomerManagementService.rb
Overview
https://adcenter.microsoft.com/api/customermanagementGetCustomerPilotFeatureRequest
customerId - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#customerId ⇒ Object
Returns the value of attribute customerId.
Instance Method Summary collapse
-
#initialize(customerId = nil) ⇒ GetCustomerPilotFeatureRequest
constructor
A new instance of GetCustomerPilotFeatureRequest.
Constructor Details
#initialize(customerId = nil) ⇒ GetCustomerPilotFeatureRequest
Returns a new instance of GetCustomerPilotFeatureRequest.
1421 1422 1423 |
# File 'lib/CustomerManagementService.rb', line 1421 def initialize(customerId = nil) @customerId = customerId end |
Instance Attribute Details
#customerId ⇒ Object
Returns the value of attribute customerId.
1419 1420 1421 |
# File 'lib/CustomerManagementService.rb', line 1419 def customerId @customerId end |