Class: AdCenterWrapper::BehavioralTargetBid
- Inherits:
-
Object
- Object
- AdCenterWrapper::BehavioralTargetBid
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7BehavioralTargetBid
behavioralName - SOAP::SOAPString
incrementalBid - AdCenterWrapper::IncrementalBidPercentage
Instance Attribute Summary collapse
-
#behavioralName ⇒ Object
Returns the value of attribute behavioralName.
-
#incrementalBid ⇒ Object
Returns the value of attribute incrementalBid.
Instance Method Summary collapse
-
#initialize(behavioralName = nil, incrementalBid = nil) ⇒ BehavioralTargetBid
constructor
A new instance of BehavioralTargetBid.
Constructor Details
#initialize(behavioralName = nil, incrementalBid = nil) ⇒ BehavioralTargetBid
Returns a new instance of BehavioralTargetBid.
1097 1098 1099 1100 |
# File 'lib/adcenter_wrapper_entities.rb', line 1097 def initialize(behavioralName = nil, incrementalBid = nil) @behavioralName = behavioralName @incrementalBid = incrementalBid end |
Instance Attribute Details
#behavioralName ⇒ Object
Returns the value of attribute behavioralName.
1094 1095 1096 |
# File 'lib/adcenter_wrapper_entities.rb', line 1094 def behavioralName @behavioralName end |
#incrementalBid ⇒ Object
Returns the value of attribute incrementalBid.
1095 1096 1097 |
# File 'lib/adcenter_wrapper_entities.rb', line 1095 def incrementalBid @incrementalBid end |