Class: AdCenterWrapper::ResumeBehavioralBidsRequest

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

Overview

https://adcenter.microsoft.com/v7ResumeBehavioralBidsRequest

adGroupId - SOAP::SOAPLong
behavioralBidIds - AdCenterWrapper::ArrayOflong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adGroupId = nil, behavioralBidIds = nil) ⇒ ResumeBehavioralBidsRequest



2829
2830
2831
2832
# File 'lib/adcenter_wrapper_entities.rb', line 2829

def initialize(adGroupId = nil, behavioralBidIds = nil)
  @adGroupId = adGroupId
  @behavioralBidIds = behavioralBidIds
end

Instance Attribute Details

#adGroupIdObject

Returns the value of attribute adGroupId.



2826
2827
2828
# File 'lib/adcenter_wrapper_entities.rb', line 2826

def adGroupId
  @adGroupId
end

#behavioralBidIdsObject

Returns the value of attribute behavioralBidIds.



2827
2828
2829
# File 'lib/adcenter_wrapper_entities.rb', line 2827

def behavioralBidIds
  @behavioralBidIds
end