Class: AdCenterWrapper::StateTargetBid
- Inherits:
-
Object
- Object
- AdCenterWrapper::StateTargetBid
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7StateTargetBid
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
#initialize(incrementalBid = nil, state = nil) ⇒ StateTargetBid
Returns a new instance of StateTargetBid.
1397 1398 1399 1400 |
# File 'lib/adcenter_wrapper_entities.rb', line 1397 def initialize(incrementalBid = nil, state = nil) @incrementalBid = incrementalBid @state = state end |
Instance Attribute Details
#incrementalBid ⇒ Object
Returns the value of attribute incrementalBid.
1394 1395 1396 |
# File 'lib/adcenter_wrapper_entities.rb', line 1394 def incrementalBid @incrementalBid end |
#state ⇒ Object
Returns the value of attribute state.
1395 1396 1397 |
# File 'lib/adcenter_wrapper_entities.rb', line 1395 def state @state end |