Video

Methods
N
Attributes
[RW] mediaId
[RW] mediaTypeDb
[RW] referenceId
[RW] dimensions
[RW] urls
[RW] mimeType
[RW] sourceUrl
[RW] mediaSubType
[RW] name
[RW] fileSize
[RW] extendedCapabilities
[RW] creationTime
[RW] media_Type
[RW] durationMillis
[RW] streamingUrl
[RW] readyToPlayOnTheWeb
[RW] industryStandardCommercialIdentifier
[RW] advertisingId
Class Public methods
new(mediaId = nil, mediaTypeDb = nil, referenceId = nil, dimensions = [], urls = [], mimeType = nil, sourceUrl = nil, mediaSubType = nil, name = nil, fileSize = nil, extendedCapabilities = [], creationTime = nil, media_Type = nil, durationMillis = nil, streamingUrl = nil, readyToPlayOnTheWeb = nil, industryStandardCommercialIdentifier = nil, advertisingId = nil)
     # File lib/adwords4r/v200909/AdGroupAdService.rb, line 510
510:   def initialize(mediaId = nil, mediaTypeDb = nil, referenceId = nil, dimensions = [], urls = [], mimeType = nil, sourceUrl = nil, mediaSubType = nil, name = nil, fileSize = nil, extendedCapabilities = [], creationTime = nil, media_Type = nil, durationMillis = nil, streamingUrl = nil, readyToPlayOnTheWeb = nil, industryStandardCommercialIdentifier = nil, advertisingId = nil)
511:     @mediaId = mediaId
512:     @mediaTypeDb = mediaTypeDb
513:     @referenceId = referenceId
514:     @dimensions = dimensions
515:     @urls = urls
516:     @mimeType = mimeType
517:     @sourceUrl = sourceUrl
518:     @mediaSubType = mediaSubType
519:     @name = name
520:     @fileSize = fileSize
521:     @extendedCapabilities = extendedCapabilities
522:     @creationTime = creationTime
523:     @media_Type = media_Type
524:     @durationMillis = durationMillis
525:     @streamingUrl = streamingUrl
526:     @readyToPlayOnTheWeb = readyToPlayOnTheWeb
527:     @industryStandardCommercialIdentifier = industryStandardCommercialIdentifier
528:     @advertisingId = advertisingId
529:   end