Class: AdwordsApi::V200909::AdGroupAdService::Video

Inherits:
Media
  • Object
show all
Defined in:
lib/adwords_api/v200909/AdGroupAdService.rb

Overview

Video

  • mediaId - SOAP::SOAPLong

  • mediaTypeDb - AdwordsApi::V200909::AdGroupAdService::MediaMediaType

  • referenceId - SOAP::SOAPLong

  • dimensions - AdwordsApi::V200909::AdGroupAdService::Media_Size_DimensionsMapEntry

  • urls - AdwordsApi::V200909::AdGroupAdService::Media_Size_StringMapEntry

  • mimeType - AdwordsApi::V200909::AdGroupAdService::MediaMimeType

  • sourceUrl - SOAP::SOAPString

  • mediaSubType - AdwordsApi::V200909::AdGroupAdService::MediaMediaSubType

  • name - SOAP::SOAPString

  • fileSize - SOAP::SOAPLong

  • extendedCapabilities - AdwordsApi::V200909::AdGroupAdService::Media_MediaExtendedCapabilityType_Media_MediaExtendedCapabilityStateMapEntry

  • creationTime - SOAP::SOAPString

  • media_Type - SOAP::SOAPString

  • durationMillis - SOAP::SOAPLong

  • streamingUrl - SOAP::SOAPString

  • readyToPlayOnTheWeb - SOAP::SOAPBoolean

  • industryStandardCommercialIdentifier - SOAP::SOAPString

  • advertisingId - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#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) ⇒ Video

Returns a new instance of Video.



1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 1563

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)
  @mediaId = mediaId
  @mediaTypeDb = mediaTypeDb
  @referenceId = referenceId
  @dimensions = dimensions
  @urls = urls
  @mimeType = mimeType
  @sourceUrl = sourceUrl
  @mediaSubType = mediaSubType
  @name = name
  @fileSize = fileSize
  @extendedCapabilities = extendedCapabilities
  @creationTime = creationTime
  @media_Type = media_Type
  @durationMillis = durationMillis
  @streamingUrl = streamingUrl
  @readyToPlayOnTheWeb = readyToPlayOnTheWeb
  @industryStandardCommercialIdentifier = industryStandardCommercialIdentifier
  @advertisingId = advertisingId
end

Instance Attribute Details

#advertisingIdObject

Returns the value of attribute advertisingId.



1561
1562
1563
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 1561

def advertisingId
  @advertisingId
end

#creationTimeObject

Returns the value of attribute creationTime.



1555
1556
1557
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 1555

def creationTime
  @creationTime
end

#dimensionsObject

Returns the value of attribute dimensions.



1547
1548
1549
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 1547

def dimensions
  @dimensions
end

#durationMillisObject

Returns the value of attribute durationMillis.



1557
1558
1559
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 1557

def durationMillis
  @durationMillis
end

#extendedCapabilitiesObject

Returns the value of attribute extendedCapabilities.



1554
1555
1556
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 1554

def extendedCapabilities
  @extendedCapabilities
end

#fileSizeObject

Returns the value of attribute fileSize.



1553
1554
1555
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 1553

def fileSize
  @fileSize
end

#industryStandardCommercialIdentifierObject

Returns the value of attribute industryStandardCommercialIdentifier.



1560
1561
1562
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 1560

def industryStandardCommercialIdentifier
  @industryStandardCommercialIdentifier
end

#media_TypeObject

Returns the value of attribute media_Type.



1556
1557
1558
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 1556

def media_Type
  @media_Type
end

#mediaIdObject

Returns the value of attribute mediaId.



1544
1545
1546
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 1544

def mediaId
  @mediaId
end

#mediaSubTypeObject

Returns the value of attribute mediaSubType.



1551
1552
1553
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 1551

def mediaSubType
  @mediaSubType
end

#mediaTypeDbObject

Returns the value of attribute mediaTypeDb.



1545
1546
1547
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 1545

def mediaTypeDb
  @mediaTypeDb
end

#mimeTypeObject

Returns the value of attribute mimeType.



1549
1550
1551
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 1549

def mimeType
  @mimeType
end

#nameObject

Returns the value of attribute name.



1552
1553
1554
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 1552

def name
  @name
end

#readyToPlayOnTheWebObject

Returns the value of attribute readyToPlayOnTheWeb.



1559
1560
1561
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 1559

def readyToPlayOnTheWeb
  @readyToPlayOnTheWeb
end

#referenceIdObject

Returns the value of attribute referenceId.



1546
1547
1548
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 1546

def referenceId
  @referenceId
end

#sourceUrlObject

Returns the value of attribute sourceUrl.



1550
1551
1552
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 1550

def sourceUrl
  @sourceUrl
end

#streamingUrlObject

Returns the value of attribute streamingUrl.



1558
1559
1560
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 1558

def streamingUrl
  @streamingUrl
end

#urlsObject

Returns the value of attribute urls.



1548
1549
1550
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 1548

def urls
  @urls
end