Class: AdCenterWrapper::HourTarget
- Inherits:
-
Object
- Object
- AdCenterWrapper::HourTarget
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8HourTarget
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
permalink #initialize(bids = nil, targetAllHours = nil) ⇒ HourTarget
Returns a new instance of HourTarget.
935 936 937 938 |
# File 'lib/CampaignManagementService.rb', line 935 def initialize(bids = nil, targetAllHours = nil) @bids = bids @targetAllHours = targetAllHours end |
Instance Attribute Details
permalink #bids ⇒ Object
Returns the value of attribute bids.
932 933 934 |
# File 'lib/CampaignManagementService.rb', line 932 def bids @bids end |
permalink #targetAllHours ⇒ Object
Returns the value of attribute targetAllHours.
933 934 935 |
# File 'lib/CampaignManagementService.rb', line 933 def targetAllHours @targetAllHours end |