Class: AdCenterWrapper::HourTarget

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

Overview

https://adcenter.microsoft.com/v8HourTarget

bids - AdCenterWrapper::ArrayOfHourTargetBid
targetAllHours - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(bids = nil, targetAllHours = nil) ⇒ HourTarget

Returns a new instance of HourTarget.

[View source]

935
936
937
938
# File 'lib/CampaignManagementService.rb', line 935

def initialize(bids = nil, targetAllHours = nil)
  @bids = bids
  @targetAllHours = targetAllHours
end

Instance Attribute Details

#bidsObject

Returns the value of attribute bids.


932
933
934
# File 'lib/CampaignManagementService.rb', line 932

def bids
  @bids
end

#targetAllHoursObject

Returns the value of attribute targetAllHours.


933
934
935
# File 'lib/CampaignManagementService.rb', line 933

def targetAllHours
  @targetAllHours
end