Class: AdwordsApi::V201008::AdGroupAdService::Video

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

Overview

Video

  • mediaId - SOAP::SOAPLong

  • type - AdwordsApi::V201008::AdGroupAdService::MediaMediaType

  • referenceId - SOAP::SOAPLong

  • dimensions - AdwordsApi::V201008::AdGroupAdService::Media_Size_DimensionsMapEntry

  • urls - AdwordsApi::V201008::AdGroupAdService::Media_Size_StringMapEntry

  • mimeType - AdwordsApi::V201008::AdGroupAdService::MediaMimeType

  • sourceUrl - SOAP::SOAPString

  • name - SOAP::SOAPString

  • fileSize - SOAP::SOAPLong

  • creationTime - SOAP::SOAPString

  • media_Type - SOAP::SOAPString

  • durationMillis - SOAP::SOAPLong

  • streamingUrl - SOAP::SOAPString

  • readyToPlayOnTheWeb - SOAP::SOAPBoolean

  • industryStandardCommercialIdentifier - SOAP::SOAPString

  • advertisingId - SOAP::SOAPString

  • youTubeVideoIdString - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(mediaId = nil, type = nil, referenceId = nil, dimensions = [], urls = [], mimeType = nil, sourceUrl = nil, name = nil, fileSize = nil, creationTime = nil, media_Type = nil, durationMillis = nil, streamingUrl = nil, readyToPlayOnTheWeb = nil, industryStandardCommercialIdentifier = nil, advertisingId = nil, youTubeVideoIdString = nil) ⇒ Video

Returns a new instance of Video.



1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
# File 'lib/adwords_api/v201008/AdGroupAdService.rb', line 1727

def initialize(mediaId = nil, type = nil, referenceId = nil, dimensions = [], urls = [], mimeType = nil, sourceUrl = nil, name = nil, fileSize = nil, creationTime = nil, media_Type = nil, durationMillis = nil, streamingUrl = nil, readyToPlayOnTheWeb = nil, industryStandardCommercialIdentifier = nil, advertisingId = nil, youTubeVideoIdString = nil)
  @mediaId = mediaId
  @type = type
  @referenceId = referenceId
  @dimensions = dimensions
  @urls = urls
  @mimeType = mimeType
  @sourceUrl = sourceUrl
  @name = name
  @fileSize = fileSize
  @creationTime = creationTime
  @media_Type = media_Type
  @durationMillis = durationMillis
  @streamingUrl = streamingUrl
  @readyToPlayOnTheWeb = readyToPlayOnTheWeb
  @industryStandardCommercialIdentifier = industryStandardCommercialIdentifier
  @advertisingId = advertisingId
  @youTubeVideoIdString = youTubeVideoIdString
end

Instance Attribute Details

#advertisingIdObject

Returns the value of attribute advertisingId.



1724
1725
1726
# File 'lib/adwords_api/v201008/AdGroupAdService.rb', line 1724

def advertisingId
  @advertisingId
end

#creationTimeObject

Returns the value of attribute creationTime.



1718
1719
1720
# File 'lib/adwords_api/v201008/AdGroupAdService.rb', line 1718

def creationTime
  @creationTime
end

#dimensionsObject

Returns the value of attribute dimensions.



1712
1713
1714
# File 'lib/adwords_api/v201008/AdGroupAdService.rb', line 1712

def dimensions
  @dimensions
end

#durationMillisObject

Returns the value of attribute durationMillis.



1720
1721
1722
# File 'lib/adwords_api/v201008/AdGroupAdService.rb', line 1720

def durationMillis
  @durationMillis
end

#fileSizeObject

Returns the value of attribute fileSize.



1717
1718
1719
# File 'lib/adwords_api/v201008/AdGroupAdService.rb', line 1717

def fileSize
  @fileSize
end

#industryStandardCommercialIdentifierObject

Returns the value of attribute industryStandardCommercialIdentifier.



1723
1724
1725
# File 'lib/adwords_api/v201008/AdGroupAdService.rb', line 1723

def industryStandardCommercialIdentifier
  @industryStandardCommercialIdentifier
end

#media_TypeObject

Returns the value of attribute media_Type.



1719
1720
1721
# File 'lib/adwords_api/v201008/AdGroupAdService.rb', line 1719

def media_Type
  @media_Type
end

#mediaIdObject

Returns the value of attribute mediaId.



1709
1710
1711
# File 'lib/adwords_api/v201008/AdGroupAdService.rb', line 1709

def mediaId
  @mediaId
end

#mimeTypeObject

Returns the value of attribute mimeType.



1714
1715
1716
# File 'lib/adwords_api/v201008/AdGroupAdService.rb', line 1714

def mimeType
  @mimeType
end

#nameObject

Returns the value of attribute name.



1716
1717
1718
# File 'lib/adwords_api/v201008/AdGroupAdService.rb', line 1716

def name
  @name
end

#readyToPlayOnTheWebObject

Returns the value of attribute readyToPlayOnTheWeb.



1722
1723
1724
# File 'lib/adwords_api/v201008/AdGroupAdService.rb', line 1722

def readyToPlayOnTheWeb
  @readyToPlayOnTheWeb
end

#referenceIdObject

Returns the value of attribute referenceId.



1711
1712
1713
# File 'lib/adwords_api/v201008/AdGroupAdService.rb', line 1711

def referenceId
  @referenceId
end

#sourceUrlObject

Returns the value of attribute sourceUrl.



1715
1716
1717
# File 'lib/adwords_api/v201008/AdGroupAdService.rb', line 1715

def sourceUrl
  @sourceUrl
end

#streamingUrlObject

Returns the value of attribute streamingUrl.



1721
1722
1723
# File 'lib/adwords_api/v201008/AdGroupAdService.rb', line 1721

def streamingUrl
  @streamingUrl
end

#typeObject

Returns the value of attribute type.



1710
1711
1712
# File 'lib/adwords_api/v201008/AdGroupAdService.rb', line 1710

def type
  @type
end

#urlsObject

Returns the value of attribute urls.



1713
1714
1715
# File 'lib/adwords_api/v201008/AdGroupAdService.rb', line 1713

def urls
  @urls
end

#youTubeVideoIdStringObject

Returns the value of attribute youTubeVideoIdString.



1725
1726
1727
# File 'lib/adwords_api/v201008/AdGroupAdService.rb', line 1725

def youTubeVideoIdString
  @youTubeVideoIdString
end