Class: AdCenterWrapper::PublisherCountry

Inherits:
Object
  • Object
show all
Defined in:
lib/CampaignManagementService.rb

Overview

https://adcenter.microsoft.com/v8PublisherCountry

country - SOAP::SOAPString
isOptedIn - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(country = nil, isOptedIn = nil) ⇒ PublisherCountry

Returns a new instance of PublisherCountry.

[View source]

756
757
758
759
# File 'lib/CampaignManagementService.rb', line 756

def initialize(country = nil, isOptedIn = nil)
  @country = country
  @isOptedIn = isOptedIn
end

Instance Attribute Details

#countryObject

Returns the value of attribute country.


753
754
755
# File 'lib/CampaignManagementService.rb', line 753

def country
  @country
end

#isOptedInObject

Returns the value of attribute isOptedIn.


754
755
756
# File 'lib/CampaignManagementService.rb', line 754

def isOptedIn
  @isOptedIn
end