Class: AdWords::V201008::TargetingIdeaService::InStreamAdInfo
- Inherits:
-
Object
- Object
- AdWords::V201008::TargetingIdeaService::InStreamAdInfo
- Defined in:
- lib/adwords4r/v201008/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.
1482 1483 1484 1485 1486 1487 1488 1489 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1482 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.
1475 1476 1477 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1475 def maxAdDuration @maxAdDuration end |
#medianAdDuration ⇒ Object
Returns the value of attribute medianAdDuration.
1477 1478 1479 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1477 def medianAdDuration @medianAdDuration end |
#midRollPercent ⇒ Object
Returns the value of attribute midRollPercent.
1479 1480 1481 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1479 def midRollPercent @midRollPercent end |
#minAdDuration ⇒ Object
Returns the value of attribute minAdDuration.
1476 1477 1478 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1476 def minAdDuration @minAdDuration end |
#postRollPercent ⇒ Object
Returns the value of attribute postRollPercent.
1480 1481 1482 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1480 def postRollPercent @postRollPercent end |
#preRollPercent ⇒ Object
Returns the value of attribute preRollPercent.
1478 1479 1480 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1478 def preRollPercent @preRollPercent end |