Class: AdWords::V201008::MediaService::Video

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

Overview

Video

  • mediaId - SOAP::SOAPLong

  • type - AdWords::V201008::MediaService::MediaMediaType

  • referenceId - SOAP::SOAPLong

  • dimensions - AdWords::V201008::MediaService::Media_Size_DimensionsMapEntry

  • urls - AdWords::V201008::MediaService::Media_Size_StringMapEntry

  • mimeType - AdWords::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.



261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
# File 'lib/adwords4r/v201008/MediaService.rb', line 261

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.



258
259
260
# File 'lib/adwords4r/v201008/MediaService.rb', line 258

def advertisingId
  @advertisingId
end

#creationTimeObject

Returns the value of attribute creationTime.



252
253
254
# File 'lib/adwords4r/v201008/MediaService.rb', line 252

def creationTime
  @creationTime
end

#dimensionsObject

Returns the value of attribute dimensions.



246
247
248
# File 'lib/adwords4r/v201008/MediaService.rb', line 246

def dimensions
  @dimensions
end

#durationMillisObject

Returns the value of attribute durationMillis.



254
255
256
# File 'lib/adwords4r/v201008/MediaService.rb', line 254

def durationMillis
  @durationMillis
end

#fileSizeObject

Returns the value of attribute fileSize.



251
252
253
# File 'lib/adwords4r/v201008/MediaService.rb', line 251

def fileSize
  @fileSize
end

#industryStandardCommercialIdentifierObject

Returns the value of attribute industryStandardCommercialIdentifier.



257
258
259
# File 'lib/adwords4r/v201008/MediaService.rb', line 257

def industryStandardCommercialIdentifier
  @industryStandardCommercialIdentifier
end

#media_TypeObject

Returns the value of attribute media_Type.



253
254
255
# File 'lib/adwords4r/v201008/MediaService.rb', line 253

def media_Type
  @media_Type
end

#mediaIdObject

Returns the value of attribute mediaId.



243
244
245
# File 'lib/adwords4r/v201008/MediaService.rb', line 243

def mediaId
  @mediaId
end

#mimeTypeObject

Returns the value of attribute mimeType.



248
249
250
# File 'lib/adwords4r/v201008/MediaService.rb', line 248

def mimeType
  @mimeType
end

#nameObject

Returns the value of attribute name.



250
251
252
# File 'lib/adwords4r/v201008/MediaService.rb', line 250

def name
  @name
end

#readyToPlayOnTheWebObject

Returns the value of attribute readyToPlayOnTheWeb.



256
257
258
# File 'lib/adwords4r/v201008/MediaService.rb', line 256

def readyToPlayOnTheWeb
  @readyToPlayOnTheWeb
end

#referenceIdObject

Returns the value of attribute referenceId.



245
246
247
# File 'lib/adwords4r/v201008/MediaService.rb', line 245

def referenceId
  @referenceId
end

#sourceUrlObject

Returns the value of attribute sourceUrl.



249
250
251
# File 'lib/adwords4r/v201008/MediaService.rb', line 249

def sourceUrl
  @sourceUrl
end

#streamingUrlObject

Returns the value of attribute streamingUrl.



255
256
257
# File 'lib/adwords4r/v201008/MediaService.rb', line 255

def streamingUrl
  @streamingUrl
end

#typeObject

Returns the value of attribute type.



244
245
246
# File 'lib/adwords4r/v201008/MediaService.rb', line 244

def type
  @type
end

#urlsObject

Returns the value of attribute urls.



247
248
249
# File 'lib/adwords4r/v201008/MediaService.rb', line 247

def urls
  @urls
end

#youTubeVideoIdStringObject

Returns the value of attribute youTubeVideoIdString.



259
260
261
# File 'lib/adwords4r/v201008/MediaService.rb', line 259

def youTubeVideoIdString
  @youTubeVideoIdString
end