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.
1463 1464 1465 1466 1467 1468 1469 1470 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1463 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.
1456 1457 1458 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1456 def maxAdDuration @maxAdDuration end |
#medianAdDuration ⇒ Object
Returns the value of attribute medianAdDuration.
1458 1459 1460 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1458 def medianAdDuration @medianAdDuration end |
#midRollPercent ⇒ Object
Returns the value of attribute midRollPercent.
1460 1461 1462 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1460 def midRollPercent @midRollPercent end |
#minAdDuration ⇒ Object
Returns the value of attribute minAdDuration.
1457 1458 1459 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1457 def minAdDuration @minAdDuration end |
#postRollPercent ⇒ Object
Returns the value of attribute postRollPercent.
1461 1462 1463 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1461 def postRollPercent @postRollPercent end |
#preRollPercent ⇒ Object
Returns the value of attribute preRollPercent.
1459 1460 1461 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1459 def preRollPercent @preRollPercent end |