Class: AdWords::V200909::TargetingIdeaService::InStreamAdInfo
- Inherits:
-
Object
- Object
- AdWords::V200909::TargetingIdeaService::InStreamAdInfo
- Defined in:
- lib/adwords4r/v200909/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.
1181 1182 1183 1184 1185 1186 1187 1188 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1181 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.
1174 1175 1176 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1174 def maxAdDuration @maxAdDuration end |
#medianAdDuration ⇒ Object
Returns the value of attribute medianAdDuration.
1176 1177 1178 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1176 def medianAdDuration @medianAdDuration end |
#midRollPercent ⇒ Object
Returns the value of attribute midRollPercent.
1178 1179 1180 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1178 def midRollPercent @midRollPercent end |
#minAdDuration ⇒ Object
Returns the value of attribute minAdDuration.
1175 1176 1177 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1175 def minAdDuration @minAdDuration end |
#postRollPercent ⇒ Object
Returns the value of attribute postRollPercent.
1179 1180 1181 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1179 def postRollPercent @postRollPercent end |
#preRollPercent ⇒ Object
Returns the value of attribute preRollPercent.
1177 1178 1179 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1177 def preRollPercent @preRollPercent end |