Class: AdCenterWrapper::StateTargetBid
- Inherits:
-
Object
- Object
- AdCenterWrapper::StateTargetBid
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8StateTargetBid
incrementalBid - AdCenterWrapper::IncrementalBidPercentage
state - SOAP::SOAPString
Instance Attribute Summary collapse
-
#incrementalBid ⇒ Object
Returns the value of attribute incrementalBid.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Method Summary collapse
-
#initialize(incrementalBid = nil, state = nil) ⇒ StateTargetBid
constructor
A new instance of StateTargetBid.
Constructor Details
permalink #initialize(incrementalBid = nil, state = nil) ⇒ StateTargetBid
Returns a new instance of StateTargetBid.
1160 1161 1162 1163 |
# File 'lib/CampaignManagementService.rb', line 1160 def initialize(incrementalBid = nil, state = nil) @incrementalBid = incrementalBid @state = state end |
Instance Attribute Details
permalink #incrementalBid ⇒ Object
Returns the value of attribute incrementalBid.
1157 1158 1159 |
# File 'lib/CampaignManagementService.rb', line 1157 def incrementalBid @incrementalBid end |
permalink #state ⇒ Object
Returns the value of attribute state.
1158 1159 1160 |
# File 'lib/CampaignManagementService.rb', line 1158 def state @state end |