Class: AdCenterWrapper::CountryTargetBid
- Inherits:
-
Object
- Object
- AdCenterWrapper::CountryTargetBid
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7CountryTargetBid
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
#initialize(countryAndRegion = nil, incrementalBid = nil) ⇒ CountryTargetBid
Returns a new instance of CountryTargetBid.
1310 1311 1312 1313 |
# File 'lib/adcenter_wrapper_entities.rb', line 1310 def initialize(countryAndRegion = nil, incrementalBid = nil) @countryAndRegion = countryAndRegion @incrementalBid = incrementalBid end |
Instance Attribute Details
#countryAndRegion ⇒ Object
Returns the value of attribute countryAndRegion.
1307 1308 1309 |
# File 'lib/adcenter_wrapper_entities.rb', line 1307 def countryAndRegion @countryAndRegion end |
#incrementalBid ⇒ Object
Returns the value of attribute incrementalBid.
1308 1309 1310 |
# File 'lib/adcenter_wrapper_entities.rb', line 1308 def incrementalBid @incrementalBid end |