Class: AdCenterWrapper::DayTarget
- Inherits:
-
Object
- Object
- AdCenterWrapper::DayTarget
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8DayTarget
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
permalink #initialize(bids = nil, targetAllDays = nil) ⇒ DayTarget
Returns a new instance of DayTarget.
864 865 866 867 |
# File 'lib/CampaignManagementService.rb', line 864 def initialize(bids = nil, targetAllDays = nil) @bids = bids @targetAllDays = targetAllDays end |
Instance Attribute Details
permalink #bids ⇒ Object
Returns the value of attribute bids.
861 862 863 |
# File 'lib/CampaignManagementService.rb', line 861 def bids @bids end |
permalink #targetAllDays ⇒ Object
Returns the value of attribute targetAllDays.
862 863 864 |
# File 'lib/CampaignManagementService.rb', line 862 def targetAllDays @targetAllDays end |