Class: AdCenterWrapper::BehavioralTargetBid

Inherits:
Object
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.rb

Overview

https://adcenter.microsoft.com/v7BehavioralTargetBid

behavioralName - SOAP::SOAPString
incrementalBid - AdCenterWrapper::IncrementalBidPercentage

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#behavioralNameObject

Returns the value of attribute behavioralName.



1094
1095
1096
# File 'lib/adcenter_wrapper_entities.rb', line 1094

def behavioralName
  @behavioralName
end

#incrementalBidObject

Returns the value of attribute incrementalBid.



1095
1096
1097
# File 'lib/adcenter_wrapper_entities.rb', line 1095

def incrementalBid
  @incrementalBid
end