Class: AdWords::V200909::AdGroupAdService::Video

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

Overview

Video

  • mediaId - SOAP::SOAPLong

  • mediaTypeDb - AdWords::V200909::AdGroupAdService::MediaMediaType

  • referenceId - SOAP::SOAPLong

  • dimensions - AdWords::V200909::AdGroupAdService::Media_Size_DimensionsMapEntry

  • urls - AdWords::V200909::AdGroupAdService::Media_Size_StringMapEntry

  • mimeType - AdWords::V200909::AdGroupAdService::MediaMimeType

  • sourceUrl - SOAP::SOAPString

  • mediaSubType - AdWords::V200909::AdGroupAdService::MediaMediaSubType

  • name - SOAP::SOAPString

  • fileSize - SOAP::SOAPLong

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



510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 510

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.



508
509
510
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 508

def advertisingId
  @advertisingId
end

#creationTimeObject

Returns the value of attribute creationTime.



502
503
504
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 502

def creationTime
  @creationTime
end

#dimensionsObject

Returns the value of attribute dimensions.



494
495
496
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 494

def dimensions
  @dimensions
end

#durationMillisObject

Returns the value of attribute durationMillis.



504
505
506
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 504

def durationMillis
  @durationMillis
end

#extendedCapabilitiesObject

Returns the value of attribute extendedCapabilities.



501
502
503
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 501

def extendedCapabilities
  @extendedCapabilities
end

#fileSizeObject

Returns the value of attribute fileSize.



500
501
502
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 500

def fileSize
  @fileSize
end

#industryStandardCommercialIdentifierObject

Returns the value of attribute industryStandardCommercialIdentifier.



507
508
509
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 507

def industryStandardCommercialIdentifier
  @industryStandardCommercialIdentifier
end

#media_TypeObject

Returns the value of attribute media_Type.



503
504
505
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 503

def media_Type
  @media_Type
end

#mediaIdObject

Returns the value of attribute mediaId.



491
492
493
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 491

def mediaId
  @mediaId
end

#mediaSubTypeObject

Returns the value of attribute mediaSubType.



498
499
500
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 498

def mediaSubType
  @mediaSubType
end

#mediaTypeDbObject

Returns the value of attribute mediaTypeDb.



492
493
494
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 492

def mediaTypeDb
  @mediaTypeDb
end

#mimeTypeObject

Returns the value of attribute mimeType.



496
497
498
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 496

def mimeType
  @mimeType
end

#nameObject

Returns the value of attribute name.



499
500
501
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 499

def name
  @name
end

#readyToPlayOnTheWebObject

Returns the value of attribute readyToPlayOnTheWeb.



506
507
508
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 506

def readyToPlayOnTheWeb
  @readyToPlayOnTheWeb
end

#referenceIdObject

Returns the value of attribute referenceId.



493
494
495
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 493

def referenceId
  @referenceId
end

#sourceUrlObject

Returns the value of attribute sourceUrl.



497
498
499
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 497

def sourceUrl
  @sourceUrl
end

#streamingUrlObject

Returns the value of attribute streamingUrl.



505
506
507
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 505

def streamingUrl
  @streamingUrl
end

#urlsObject

Returns the value of attribute urls.



495
496
497
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 495

def urls
  @urls
end