Class: AdCenterWrapper::HourTarget

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

Overview

https://adcenter.microsoft.com/v7HourTarget

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.



1181
1182
1183
1184
# File 'lib/adcenter_wrapper_entities.rb', line 1181

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

Instance Attribute Details

#bidsObject

Returns the value of attribute bids.



1178
1179
1180
# File 'lib/adcenter_wrapper_entities.rb', line 1178

def bids
  @bids
end

#targetAllHoursObject

Returns the value of attribute targetAllHours.



1179
1180
1181
# File 'lib/adcenter_wrapper_entities.rb', line 1179

def targetAllHours
  @targetAllHours
end