Class: AdCenterWrapper::HourTarget
- Inherits:
-
Object
- Object
- AdCenterWrapper::HourTarget
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7HourTarget
bids - AdCenterWrapper::ArrayOfHourTargetBid
targetAllHours - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#bids ⇒ Object
Returns the value of attribute bids.
-
#targetAllHours ⇒ Object
Returns the value of attribute targetAllHours.
Instance Method Summary collapse
-
#initialize(bids = nil, targetAllHours = nil) ⇒ HourTarget
constructor
A new instance of HourTarget.
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
#bids ⇒ Object
Returns the value of attribute bids.
1178 1179 1180 |
# File 'lib/adcenter_wrapper_entities.rb', line 1178 def bids @bids end |
#targetAllHours ⇒ Object
Returns the value of attribute targetAllHours.
1179 1180 1181 |
# File 'lib/adcenter_wrapper_entities.rb', line 1179 def targetAllHours @targetAllHours end |