Class: AdCenterWrapper::PilotFeature
- Inherits:
-
Object
- Object
- AdCenterWrapper::PilotFeature
- Defined in:
- lib/CustomerManagementService.rb
Overview
https://adcenter.microsoft.com/api/customermanagement/EntitiesPilotFeature
id - SOAP::SOAPInt
countries - AdCenterWrapper::ArrayOfstring
Instance Attribute Summary collapse
-
#countries ⇒ Object
Returns the value of attribute countries.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(id = nil, countries = nil) ⇒ PilotFeature
constructor
A new instance of PilotFeature.
Constructor Details
permalink #initialize(id = nil, countries = nil) ⇒ PilotFeature
Returns a new instance of PilotFeature.
469 470 471 472 |
# File 'lib/CustomerManagementService.rb', line 469 def initialize(id = nil, countries = nil) @id = id @countries = countries end |
Instance Attribute Details
permalink #countries ⇒ Object
Returns the value of attribute countries.
467 468 469 |
# File 'lib/CustomerManagementService.rb', line 467 def countries @countries end |
permalink #id ⇒ Object
Returns the value of attribute id.
466 467 468 |
# File 'lib/CustomerManagementService.rb', line 466 def id @id end |