Class: AdCenterWrapper::GetCustomerPilotFeatureResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetCustomerPilotFeatureResponse
- Defined in:
- lib/CustomerManagementService.rb
Overview
https://adcenter.microsoft.com/api/customermanagementGetCustomerPilotFeatureResponse
featurePilotFlags - AdCenterWrapper::ArrayOfint
Instance Attribute Summary collapse
-
#featurePilotFlags ⇒ Object
Returns the value of attribute featurePilotFlags.
Instance Method Summary collapse
-
#initialize(featurePilotFlags = nil) ⇒ GetCustomerPilotFeatureResponse
constructor
A new instance of GetCustomerPilotFeatureResponse.
Constructor Details
permalink #initialize(featurePilotFlags = nil) ⇒ GetCustomerPilotFeatureResponse
Returns a new instance of GetCustomerPilotFeatureResponse.
1431 1432 1433 |
# File 'lib/CustomerManagementService.rb', line 1431 def initialize(featurePilotFlags = nil) @featurePilotFlags = featurePilotFlags end |
Instance Attribute Details
permalink #featurePilotFlags ⇒ Object
Returns the value of attribute featurePilotFlags.
1429 1430 1431 |
# File 'lib/CustomerManagementService.rb', line 1429 def featurePilotFlags @featurePilotFlags end |