Class: AdWords::V201003::TargetingIdeaService::InStreamAdInfo
- Inherits:
-
Object
- Object
- AdWords::V201003::TargetingIdeaService::InStreamAdInfo
- Defined in:
- lib/adwords4r/v201003/TargetingIdeaService.rb
Overview
InStreamAdInfo
-
maxAdDuration - SOAP::SOAPInt
-
minAdDuration - SOAP::SOAPInt
-
medianAdDuration - SOAP::SOAPInt
-
preRollPercent - SOAP::SOAPDouble
-
midRollPercent - SOAP::SOAPDouble
-
postRollPercent - SOAP::SOAPDouble
Instance Attribute Summary collapse
-
#maxAdDuration ⇒ Object
Returns the value of attribute maxAdDuration.
-
#medianAdDuration ⇒ Object
Returns the value of attribute medianAdDuration.
-
#midRollPercent ⇒ Object
Returns the value of attribute midRollPercent.
-
#minAdDuration ⇒ Object
Returns the value of attribute minAdDuration.
-
#postRollPercent ⇒ Object
Returns the value of attribute postRollPercent.
-
#preRollPercent ⇒ Object
Returns the value of attribute preRollPercent.
Instance Method Summary collapse
-
#initialize(maxAdDuration = nil, minAdDuration = nil, medianAdDuration = nil, preRollPercent = nil, midRollPercent = nil, postRollPercent = nil) ⇒ InStreamAdInfo
constructor
A new instance of InStreamAdInfo.
Constructor Details
#initialize(maxAdDuration = nil, minAdDuration = nil, medianAdDuration = nil, preRollPercent = nil, midRollPercent = nil, postRollPercent = nil) ⇒ InStreamAdInfo
Returns a new instance of InStreamAdInfo.
1374 1375 1376 1377 1378 1379 1380 1381 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1374 def initialize(maxAdDuration = nil, minAdDuration = nil, medianAdDuration = nil, preRollPercent = nil, midRollPercent = nil, postRollPercent = nil) @maxAdDuration = maxAdDuration @minAdDuration = minAdDuration @medianAdDuration = medianAdDuration @preRollPercent = preRollPercent @midRollPercent = midRollPercent @postRollPercent = postRollPercent end |
Instance Attribute Details
#maxAdDuration ⇒ Object
Returns the value of attribute maxAdDuration.
1367 1368 1369 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1367 def maxAdDuration @maxAdDuration end |
#medianAdDuration ⇒ Object
Returns the value of attribute medianAdDuration.
1369 1370 1371 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1369 def medianAdDuration @medianAdDuration end |
#midRollPercent ⇒ Object
Returns the value of attribute midRollPercent.
1371 1372 1373 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1371 def midRollPercent @midRollPercent end |
#minAdDuration ⇒ Object
Returns the value of attribute minAdDuration.
1368 1369 1370 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1368 def minAdDuration @minAdDuration end |
#postRollPercent ⇒ Object
Returns the value of attribute postRollPercent.
1372 1373 1374 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1372 def postRollPercent @postRollPercent end |
#preRollPercent ⇒ Object
Returns the value of attribute preRollPercent.
1370 1371 1372 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1370 def preRollPercent @preRollPercent end |