Class: AdWords::V201008::AdGroupAdService::Video

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

Overview

Video

  • mediaId - SOAP::SOAPLong

  • type - AdWords::V201008::AdGroupAdService::MediaMediaType

  • referenceId - SOAP::SOAPLong

  • dimensions - AdWords::V201008::AdGroupAdService::Media_Size_DimensionsMapEntry

  • urls - AdWords::V201008::AdGroupAdService::Media_Size_StringMapEntry

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



477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 477

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.



474
475
476
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 474

def advertisingId
  @advertisingId
end

#creationTimeObject

Returns the value of attribute creationTime.



468
469
470
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 468

def creationTime
  @creationTime
end

#dimensionsObject

Returns the value of attribute dimensions.



462
463
464
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 462

def dimensions
  @dimensions
end

#durationMillisObject

Returns the value of attribute durationMillis.



470
471
472
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 470

def durationMillis
  @durationMillis
end

#fileSizeObject

Returns the value of attribute fileSize.



467
468
469
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 467

def fileSize
  @fileSize
end

#industryStandardCommercialIdentifierObject

Returns the value of attribute industryStandardCommercialIdentifier.



473
474
475
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 473

def industryStandardCommercialIdentifier
  @industryStandardCommercialIdentifier
end

#media_TypeObject

Returns the value of attribute media_Type.



469
470
471
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 469

def media_Type
  @media_Type
end

#mediaIdObject

Returns the value of attribute mediaId.



459
460
461
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 459

def mediaId
  @mediaId
end

#mimeTypeObject

Returns the value of attribute mimeType.



464
465
466
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 464

def mimeType
  @mimeType
end

#nameObject

Returns the value of attribute name.



466
467
468
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 466

def name
  @name
end

#readyToPlayOnTheWebObject

Returns the value of attribute readyToPlayOnTheWeb.



472
473
474
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 472

def readyToPlayOnTheWeb
  @readyToPlayOnTheWeb
end

#referenceIdObject

Returns the value of attribute referenceId.



461
462
463
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 461

def referenceId
  @referenceId
end

#sourceUrlObject

Returns the value of attribute sourceUrl.



465
466
467
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 465

def sourceUrl
  @sourceUrl
end

#streamingUrlObject

Returns the value of attribute streamingUrl.



471
472
473
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 471

def streamingUrl
  @streamingUrl
end

#typeObject

Returns the value of attribute type.



460
461
462
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 460

def type
  @type
end

#urlsObject

Returns the value of attribute urls.



463
464
465
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 463

def urls
  @urls
end

#youTubeVideoIdStringObject

Returns the value of attribute youTubeVideoIdString.



475
476
477
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 475

def youTubeVideoIdString
  @youTubeVideoIdString
end