Class: AdWords::V201008::BulkMutateJobService::Audio
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
Audio
-
mediaId - SOAP::SOAPLong
-
type - AdWords::V201008::BulkMutateJobService::MediaMediaType
-
referenceId - SOAP::SOAPLong
-
dimensions - AdWords::V201008::BulkMutateJobService::Media_Size_DimensionsMapEntry
-
urls - AdWords::V201008::BulkMutateJobService::Media_Size_StringMapEntry
-
mimeType - AdWords::V201008::BulkMutateJobService::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
-
#creationTime ⇒ Object
Returns the value of attribute creationTime.
-
#dimensions ⇒ Object
Returns the value of attribute dimensions.
-
#durationMillis ⇒ Object
Returns the value of attribute durationMillis.
-
#fileSize ⇒ Object
Returns the value of attribute fileSize.
-
#media_Type ⇒ Object
Returns the value of attribute media_Type.
-
#mediaId ⇒ Object
Returns the value of attribute mediaId.
-
#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.
-
#type ⇒ Object
Returns the value of attribute type.
-
#urls ⇒ Object
Returns the value of attribute urls.
Instance Method Summary collapse
-
#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
constructor
A new instance of Audio.
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.
3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3387 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
#creationTime ⇒ Object
Returns the value of attribute creationTime.
3381 3382 3383 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3381 def creationTime @creationTime end |
#dimensions ⇒ Object
Returns the value of attribute dimensions.
3375 3376 3377 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3375 def dimensions @dimensions end |
#durationMillis ⇒ Object
Returns the value of attribute durationMillis.
3383 3384 3385 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3383 def durationMillis @durationMillis end |
#fileSize ⇒ Object
Returns the value of attribute fileSize.
3380 3381 3382 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3380 def fileSize @fileSize end |
#media_Type ⇒ Object
Returns the value of attribute media_Type.
3382 3383 3384 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3382 def media_Type @media_Type end |
#mediaId ⇒ Object
Returns the value of attribute mediaId.
3372 3373 3374 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3372 def mediaId @mediaId end |
#mimeType ⇒ Object
Returns the value of attribute mimeType.
3377 3378 3379 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3377 def mimeType @mimeType end |
#name ⇒ Object
Returns the value of attribute name.
3379 3380 3381 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3379 def name @name end |
#readyToPlayOnTheWeb ⇒ Object
Returns the value of attribute readyToPlayOnTheWeb.
3385 3386 3387 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3385 def readyToPlayOnTheWeb @readyToPlayOnTheWeb end |
#referenceId ⇒ Object
Returns the value of attribute referenceId.
3374 3375 3376 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3374 def referenceId @referenceId end |
#sourceUrl ⇒ Object
Returns the value of attribute sourceUrl.
3378 3379 3380 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3378 def sourceUrl @sourceUrl end |
#streamingUrl ⇒ Object
Returns the value of attribute streamingUrl.
3384 3385 3386 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3384 def streamingUrl @streamingUrl end |
#type ⇒ Object
Returns the value of attribute type.
3373 3374 3375 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3373 def type @type end |
#urls ⇒ Object
Returns the value of attribute urls.
3376 3377 3378 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3376 def urls @urls end |