Class: AdwordsApi::V201008::MediaService::Video

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

Overview

Video

  • mediaId - SOAP::SOAPLong

  • type - AdwordsApi::V201008::MediaService::MediaMediaType

  • referenceId - SOAP::SOAPLong

  • dimensions - AdwordsApi::V201008::MediaService::Media_Size_DimensionsMapEntry

  • urls - AdwordsApi::V201008::MediaService::Media_Size_StringMapEntry

  • mimeType - AdwordsApi::V201008::MediaService::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.



809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
# File 'lib/adwords_api/v201008/MediaService.rb', line 809

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.



806
807
808
# File 'lib/adwords_api/v201008/MediaService.rb', line 806

def advertisingId
  @advertisingId
end

#creationTimeObject

Returns the value of attribute creationTime.



800
801
802
# File 'lib/adwords_api/v201008/MediaService.rb', line 800

def creationTime
  @creationTime
end

#dimensionsObject

Returns the value of attribute dimensions.



794
795
796
# File 'lib/adwords_api/v201008/MediaService.rb', line 794

def dimensions
  @dimensions
end

#durationMillisObject

Returns the value of attribute durationMillis.



802
803
804
# File 'lib/adwords_api/v201008/MediaService.rb', line 802

def durationMillis
  @durationMillis
end

#fileSizeObject

Returns the value of attribute fileSize.



799
800
801
# File 'lib/adwords_api/v201008/MediaService.rb', line 799

def fileSize
  @fileSize
end

#industryStandardCommercialIdentifierObject

Returns the value of attribute industryStandardCommercialIdentifier.



805
806
807
# File 'lib/adwords_api/v201008/MediaService.rb', line 805

def industryStandardCommercialIdentifier
  @industryStandardCommercialIdentifier
end

#media_TypeObject

Returns the value of attribute media_Type.



801
802
803
# File 'lib/adwords_api/v201008/MediaService.rb', line 801

def media_Type
  @media_Type
end

#mediaIdObject

Returns the value of attribute mediaId.



791
792
793
# File 'lib/adwords_api/v201008/MediaService.rb', line 791

def mediaId
  @mediaId
end

#mimeTypeObject

Returns the value of attribute mimeType.



796
797
798
# File 'lib/adwords_api/v201008/MediaService.rb', line 796

def mimeType
  @mimeType
end

#nameObject

Returns the value of attribute name.



798
799
800
# File 'lib/adwords_api/v201008/MediaService.rb', line 798

def name
  @name
end

#readyToPlayOnTheWebObject

Returns the value of attribute readyToPlayOnTheWeb.



804
805
806
# File 'lib/adwords_api/v201008/MediaService.rb', line 804

def readyToPlayOnTheWeb
  @readyToPlayOnTheWeb
end

#referenceIdObject

Returns the value of attribute referenceId.



793
794
795
# File 'lib/adwords_api/v201008/MediaService.rb', line 793

def referenceId
  @referenceId
end

#sourceUrlObject

Returns the value of attribute sourceUrl.



797
798
799
# File 'lib/adwords_api/v201008/MediaService.rb', line 797

def sourceUrl
  @sourceUrl
end

#streamingUrlObject

Returns the value of attribute streamingUrl.



803
804
805
# File 'lib/adwords_api/v201008/MediaService.rb', line 803

def streamingUrl
  @streamingUrl
end

#typeObject

Returns the value of attribute type.



792
793
794
# File 'lib/adwords_api/v201008/MediaService.rb', line 792

def type
  @type
end

#urlsObject

Returns the value of attribute urls.



795
796
797
# File 'lib/adwords_api/v201008/MediaService.rb', line 795

def urls
  @urls
end

#youTubeVideoIdStringObject

Returns the value of attribute youTubeVideoIdString.



807
808
809
# File 'lib/adwords_api/v201008/MediaService.rb', line 807

def youTubeVideoIdString
  @youTubeVideoIdString
end