Class: AdCenterWrapper::DayTarget
- Inherits:
-
Object
- Object
- AdCenterWrapper::DayTarget
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7DayTarget
bids - AdCenterWrapper::ArrayOfDayTargetBid
targetAllDays - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#bids ⇒ Object
Returns the value of attribute bids.
-
#targetAllDays ⇒ Object
Returns the value of attribute targetAllDays.
Instance Method Summary collapse
-
#initialize(bids = nil, targetAllDays = nil) ⇒ DayTarget
constructor
A new instance of DayTarget.
Constructor Details
#initialize(bids = nil, targetAllDays = nil) ⇒ DayTarget
Returns a new instance of DayTarget.
1110 1111 1112 1113 |
# File 'lib/adcenter_wrapper_entities.rb', line 1110 def initialize(bids = nil, targetAllDays = nil) @bids = bids @targetAllDays = targetAllDays end |
Instance Attribute Details
#bids ⇒ Object
Returns the value of attribute bids.
1107 1108 1109 |
# File 'lib/adcenter_wrapper_entities.rb', line 1107 def bids @bids end |
#targetAllDays ⇒ Object
Returns the value of attribute targetAllDays.
1108 1109 1110 |
# File 'lib/adcenter_wrapper_entities.rb', line 1108 def targetAllDays @targetAllDays end |