Class: AdCenterWrapper::CountryTargetBid
- Inherits:
-
Object
- Object
- AdCenterWrapper::CountryTargetBid
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8CountryTargetBid
countryAndRegion - SOAP::SOAPString
incrementalBid - AdCenterWrapper::IncrementalBidPercentage
Instance Attribute Summary collapse
-
#countryAndRegion ⇒ Object
Returns the value of attribute countryAndRegion.
-
#incrementalBid ⇒ Object
Returns the value of attribute incrementalBid.
Instance Method Summary collapse
-
#initialize(countryAndRegion = nil, incrementalBid = nil) ⇒ CountryTargetBid
constructor
A new instance of CountryTargetBid.
Constructor Details
permalink #initialize(countryAndRegion = nil, incrementalBid = nil) ⇒ CountryTargetBid
Returns a new instance of CountryTargetBid.
1067 1068 1069 1070 |
# File 'lib/CampaignManagementService.rb', line 1067 def initialize(countryAndRegion = nil, incrementalBid = nil) @countryAndRegion = countryAndRegion @incrementalBid = incrementalBid end |
Instance Attribute Details
permalink #countryAndRegion ⇒ Object
Returns the value of attribute countryAndRegion.
1064 1065 1066 |
# File 'lib/CampaignManagementService.rb', line 1064 def countryAndRegion @countryAndRegion end |
permalink #incrementalBid ⇒ Object
Returns the value of attribute incrementalBid.
1065 1066 1067 |
# File 'lib/CampaignManagementService.rb', line 1065 def incrementalBid @incrementalBid end |