Class: AdWords::V201003::MediaService::Video
- Defined in:
- lib/adwords4r/v201003/MediaService.rb
Overview
Video
-
mediaId - SOAP::SOAPLong
-
mediaTypeDb - AdWords::V201003::MediaService::MediaMediaType
-
referenceId - SOAP::SOAPLong
-
dimensions - AdWords::V201003::MediaService::Media_Size_DimensionsMapEntry
-
urls - AdWords::V201003::MediaService::Media_Size_StringMapEntry
-
mimeType - AdWords::V201003::MediaService::MediaMimeType
-
sourceUrl - SOAP::SOAPString
-
mediaSubType - AdWords::V201003::MediaService::MediaMediaSubType
-
name - SOAP::SOAPString
-
fileSize - SOAP::SOAPLong
-
extendedCapabilities - AdWords::V201003::MediaService::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
-
#advertisingId ⇒ Object
Returns the value of attribute advertisingId.
-
#creationTime ⇒ Object
Returns the value of attribute creationTime.
-
#dimensions ⇒ Object
Returns the value of attribute dimensions.
-
#durationMillis ⇒ Object
Returns the value of attribute durationMillis.
-
#extendedCapabilities ⇒ Object
Returns the value of attribute extendedCapabilities.
-
#fileSize ⇒ Object
Returns the value of attribute fileSize.
-
#industryStandardCommercialIdentifier ⇒ Object
Returns the value of attribute industryStandardCommercialIdentifier.
-
#media_Type ⇒ Object
Returns the value of attribute media_Type.
-
#mediaId ⇒ Object
Returns the value of attribute mediaId.
-
#mediaSubType ⇒ Object
Returns the value of attribute mediaSubType.
-
#mediaTypeDb ⇒ Object
Returns the value of attribute mediaTypeDb.
-
#mimeType ⇒ Object
Returns the value of attribute mimeType.
-
#name ⇒ Object
Returns the value of attribute name.
-
#readyToPlayOnTheWeb ⇒ Object
Returns the value of attribute readyToPlayOnTheWeb.
-
#referenceId ⇒ Object
Returns the value of attribute referenceId.
-
#sourceUrl ⇒ Object
Returns the value of attribute sourceUrl.
-
#streamingUrl ⇒ Object
Returns the value of attribute streamingUrl.
-
#urls ⇒ Object
Returns the value of attribute urls.
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.
291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 |
# File 'lib/adwords4r/v201003/MediaService.rb', line 291 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
#advertisingId ⇒ Object
Returns the value of attribute advertisingId.
289 290 291 |
# File 'lib/adwords4r/v201003/MediaService.rb', line 289 def advertisingId @advertisingId end |
#creationTime ⇒ Object
Returns the value of attribute creationTime.
283 284 285 |
# File 'lib/adwords4r/v201003/MediaService.rb', line 283 def creationTime @creationTime end |
#dimensions ⇒ Object
Returns the value of attribute dimensions.
275 276 277 |
# File 'lib/adwords4r/v201003/MediaService.rb', line 275 def dimensions @dimensions end |
#durationMillis ⇒ Object
Returns the value of attribute durationMillis.
285 286 287 |
# File 'lib/adwords4r/v201003/MediaService.rb', line 285 def durationMillis @durationMillis end |
#extendedCapabilities ⇒ Object
Returns the value of attribute extendedCapabilities.
282 283 284 |
# File 'lib/adwords4r/v201003/MediaService.rb', line 282 def extendedCapabilities @extendedCapabilities end |
#fileSize ⇒ Object
Returns the value of attribute fileSize.
281 282 283 |
# File 'lib/adwords4r/v201003/MediaService.rb', line 281 def fileSize @fileSize end |
#industryStandardCommercialIdentifier ⇒ Object
Returns the value of attribute industryStandardCommercialIdentifier.
288 289 290 |
# File 'lib/adwords4r/v201003/MediaService.rb', line 288 def industryStandardCommercialIdentifier @industryStandardCommercialIdentifier end |
#media_Type ⇒ Object
Returns the value of attribute media_Type.
284 285 286 |
# File 'lib/adwords4r/v201003/MediaService.rb', line 284 def media_Type @media_Type end |
#mediaId ⇒ Object
Returns the value of attribute mediaId.
272 273 274 |
# File 'lib/adwords4r/v201003/MediaService.rb', line 272 def mediaId @mediaId end |
#mediaSubType ⇒ Object
Returns the value of attribute mediaSubType.
279 280 281 |
# File 'lib/adwords4r/v201003/MediaService.rb', line 279 def mediaSubType @mediaSubType end |
#mediaTypeDb ⇒ Object
Returns the value of attribute mediaTypeDb.
273 274 275 |
# File 'lib/adwords4r/v201003/MediaService.rb', line 273 def mediaTypeDb @mediaTypeDb end |
#mimeType ⇒ Object
Returns the value of attribute mimeType.
277 278 279 |
# File 'lib/adwords4r/v201003/MediaService.rb', line 277 def mimeType @mimeType end |
#name ⇒ Object
Returns the value of attribute name.
280 281 282 |
# File 'lib/adwords4r/v201003/MediaService.rb', line 280 def name @name end |
#readyToPlayOnTheWeb ⇒ Object
Returns the value of attribute readyToPlayOnTheWeb.
287 288 289 |
# File 'lib/adwords4r/v201003/MediaService.rb', line 287 def readyToPlayOnTheWeb @readyToPlayOnTheWeb end |
#referenceId ⇒ Object
Returns the value of attribute referenceId.
274 275 276 |
# File 'lib/adwords4r/v201003/MediaService.rb', line 274 def referenceId @referenceId end |
#sourceUrl ⇒ Object
Returns the value of attribute sourceUrl.
278 279 280 |
# File 'lib/adwords4r/v201003/MediaService.rb', line 278 def sourceUrl @sourceUrl end |
#streamingUrl ⇒ Object
Returns the value of attribute streamingUrl.
286 287 288 |
# File 'lib/adwords4r/v201003/MediaService.rb', line 286 def streamingUrl @streamingUrl end |
#urls ⇒ Object
Returns the value of attribute urls.
276 277 278 |
# File 'lib/adwords4r/v201003/MediaService.rb', line 276 def urls @urls end |