Class: AdWords::V201008::MediaService::Video
- 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
-
#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.
-
#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.
-
#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.
-
#youTubeVideoIdString ⇒ Object
Returns the value of attribute youTubeVideoIdString.
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
#advertisingId ⇒ Object
Returns the value of attribute advertisingId.
258 259 260 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 258 def advertisingId @advertisingId end |
#creationTime ⇒ Object
Returns the value of attribute creationTime.
252 253 254 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 252 def creationTime @creationTime end |
#dimensions ⇒ Object
Returns the value of attribute dimensions.
246 247 248 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 246 def dimensions @dimensions end |
#durationMillis ⇒ Object
Returns the value of attribute durationMillis.
254 255 256 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 254 def durationMillis @durationMillis end |
#fileSize ⇒ Object
Returns the value of attribute fileSize.
251 252 253 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 251 def fileSize @fileSize end |
#industryStandardCommercialIdentifier ⇒ Object
Returns the value of attribute industryStandardCommercialIdentifier.
257 258 259 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 257 def industryStandardCommercialIdentifier @industryStandardCommercialIdentifier end |
#media_Type ⇒ Object
Returns the value of attribute media_Type.
253 254 255 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 253 def media_Type @media_Type end |
#mediaId ⇒ Object
Returns the value of attribute mediaId.
243 244 245 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 243 def mediaId @mediaId end |
#mimeType ⇒ Object
Returns the value of attribute mimeType.
248 249 250 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 248 def mimeType @mimeType end |
#name ⇒ Object
Returns the value of attribute name.
250 251 252 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 250 def name @name end |
#readyToPlayOnTheWeb ⇒ Object
Returns the value of attribute readyToPlayOnTheWeb.
256 257 258 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 256 def readyToPlayOnTheWeb @readyToPlayOnTheWeb end |
#referenceId ⇒ Object
Returns the value of attribute referenceId.
245 246 247 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 245 def referenceId @referenceId end |
#sourceUrl ⇒ Object
Returns the value of attribute sourceUrl.
249 250 251 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 249 def sourceUrl @sourceUrl end |
#streamingUrl ⇒ Object
Returns the value of attribute streamingUrl.
255 256 257 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 255 def streamingUrl @streamingUrl end |
#type ⇒ Object
Returns the value of attribute type.
244 245 246 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 244 def type @type end |
#urls ⇒ Object
Returns the value of attribute urls.
247 248 249 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 247 def urls @urls end |
#youTubeVideoIdString ⇒ Object
Returns the value of attribute youTubeVideoIdString.
259 260 261 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 259 def youTubeVideoIdString @youTubeVideoIdString end |