Class: AdwordsApi::V201101::MediaService::Audio

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

Overview

Audio

  • mediaId - SOAP::SOAPLong

  • type - AdwordsApi::V201101::MediaService::MediaMediaType

  • referenceId - SOAP::SOAPLong

  • dimensions - AdwordsApi::V201101::MediaService::Media_Size_DimensionsMapEntry

  • urls - AdwordsApi::V201101::MediaService::Media_Size_StringMapEntry

  • mimeType - AdwordsApi::V201101::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

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) ⇒ Audio

Returns a new instance of Audio.



782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
# File 'lib/adwords_api/v201101/MediaService.rb', line 782

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)
  @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
end

Instance Attribute Details

#creationTimeObject

Returns the value of attribute creationTime.



776
777
778
# File 'lib/adwords_api/v201101/MediaService.rb', line 776

def creationTime
  @creationTime
end

#dimensionsObject

Returns the value of attribute dimensions.



770
771
772
# File 'lib/adwords_api/v201101/MediaService.rb', line 770

def dimensions
  @dimensions
end

#durationMillisObject

Returns the value of attribute durationMillis.



778
779
780
# File 'lib/adwords_api/v201101/MediaService.rb', line 778

def durationMillis
  @durationMillis
end

#fileSizeObject

Returns the value of attribute fileSize.



775
776
777
# File 'lib/adwords_api/v201101/MediaService.rb', line 775

def fileSize
  @fileSize
end

#media_TypeObject

Returns the value of attribute media_Type.



777
778
779
# File 'lib/adwords_api/v201101/MediaService.rb', line 777

def media_Type
  @media_Type
end

#mediaIdObject

Returns the value of attribute mediaId.



767
768
769
# File 'lib/adwords_api/v201101/MediaService.rb', line 767

def mediaId
  @mediaId
end

#mimeTypeObject

Returns the value of attribute mimeType.



772
773
774
# File 'lib/adwords_api/v201101/MediaService.rb', line 772

def mimeType
  @mimeType
end

#nameObject

Returns the value of attribute name.



774
775
776
# File 'lib/adwords_api/v201101/MediaService.rb', line 774

def name
  @name
end

#readyToPlayOnTheWebObject

Returns the value of attribute readyToPlayOnTheWeb.



780
781
782
# File 'lib/adwords_api/v201101/MediaService.rb', line 780

def readyToPlayOnTheWeb
  @readyToPlayOnTheWeb
end

#referenceIdObject

Returns the value of attribute referenceId.



769
770
771
# File 'lib/adwords_api/v201101/MediaService.rb', line 769

def referenceId
  @referenceId
end

#sourceUrlObject

Returns the value of attribute sourceUrl.



773
774
775
# File 'lib/adwords_api/v201101/MediaService.rb', line 773

def sourceUrl
  @sourceUrl
end

#streamingUrlObject

Returns the value of attribute streamingUrl.



779
780
781
# File 'lib/adwords_api/v201101/MediaService.rb', line 779

def streamingUrl
  @streamingUrl
end

#typeObject

Returns the value of attribute type.



768
769
770
# File 'lib/adwords_api/v201101/MediaService.rb', line 768

def type
  @type
end

#urlsObject

Returns the value of attribute urls.



771
772
773
# File 'lib/adwords_api/v201101/MediaService.rb', line 771

def urls
  @urls
end