Class: AdCenterWrapper::GetBehavioralBidsByIdsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetBehavioralBidsByIdsRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7GetBehavioralBidsByIdsRequest
adGroupId - SOAP::SOAPLong
behavioralBidIds - AdCenterWrapper::ArrayOflong
Instance Attribute Summary collapse
-
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
-
#behavioralBidIds ⇒ Object
Returns the value of attribute behavioralBidIds.
Instance Method Summary collapse
-
#initialize(adGroupId = nil, behavioralBidIds = nil) ⇒ GetBehavioralBidsByIdsRequest
constructor
A new instance of GetBehavioralBidsByIdsRequest.
Constructor Details
#initialize(adGroupId = nil, behavioralBidIds = nil) ⇒ GetBehavioralBidsByIdsRequest
Returns a new instance of GetBehavioralBidsByIdsRequest.
2767 2768 2769 2770 |
# File 'lib/adcenter_wrapper_entities.rb', line 2767 def initialize(adGroupId = nil, behavioralBidIds = nil) @adGroupId = adGroupId @behavioralBidIds = behavioralBidIds end |
Instance Attribute Details
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
2764 2765 2766 |
# File 'lib/adcenter_wrapper_entities.rb', line 2764 def adGroupId @adGroupId end |
#behavioralBidIds ⇒ Object
Returns the value of attribute behavioralBidIds.
2765 2766 2767 |
# File 'lib/adcenter_wrapper_entities.rb', line 2765 def behavioralBidIds @behavioralBidIds end |