Class: AdCenterWrapper::GetPilotFeaturesCountriesResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetPilotFeaturesCountriesResponse
- Defined in:
- lib/CustomerManagementService.rb
Overview
https://adcenter.microsoft.com/api/customermanagementGetPilotFeaturesCountriesResponse
pilotFeatures - AdCenterWrapper::ArrayOfPilotFeature
Instance Attribute Summary collapse
-
#pilotFeatures ⇒ Object
Returns the value of attribute pilotFeatures.
Instance Method Summary collapse
-
#initialize(pilotFeatures = nil) ⇒ GetPilotFeaturesCountriesResponse
constructor
A new instance of GetPilotFeaturesCountriesResponse.
Constructor Details
permalink #initialize(pilotFeatures = nil) ⇒ GetPilotFeaturesCountriesResponse
Returns a new instance of GetPilotFeaturesCountriesResponse.
1447 1448 1449 |
# File 'lib/CustomerManagementService.rb', line 1447 def initialize(pilotFeatures = nil) @pilotFeatures = pilotFeatures end |
Instance Attribute Details
permalink #pilotFeatures ⇒ Object
Returns the value of attribute pilotFeatures.
1445 1446 1447 |
# File 'lib/CustomerManagementService.rb', line 1445 def pilotFeatures @pilotFeatures end |