Class: AdCenterWrapper::PublisherCountry
- Inherits:
-
Object
- Object
- AdCenterWrapper::PublisherCountry
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8PublisherCountry
country - SOAP::SOAPString
isOptedIn - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#country ⇒ Object
Returns the value of attribute country.
-
#isOptedIn ⇒ Object
Returns the value of attribute isOptedIn.
Instance Method Summary collapse
-
#initialize(country = nil, isOptedIn = nil) ⇒ PublisherCountry
constructor
A new instance of PublisherCountry.
Constructor Details
permalink #initialize(country = nil, isOptedIn = nil) ⇒ PublisherCountry
Returns a new instance of PublisherCountry.
756 757 758 759 |
# File 'lib/CampaignManagementService.rb', line 756 def initialize(country = nil, isOptedIn = nil) @country = country @isOptedIn = isOptedIn end |
Instance Attribute Details
permalink #country ⇒ Object
Returns the value of attribute country.
753 754 755 |
# File 'lib/CampaignManagementService.rb', line 753 def country @country end |
permalink #isOptedIn ⇒ Object
Returns the value of attribute isOptedIn.
754 755 756 |
# File 'lib/CampaignManagementService.rb', line 754 def isOptedIn @isOptedIn end |