Class: AdWords::V201008::MediaService::Image
- Defined in:
- lib/adwords4r/v201008/MediaService.rb
Overview
Image
-
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
-
data - SOAP::SOAPBase64
Instance Attribute Summary collapse
-
#creationTime ⇒ Object
Returns the value of attribute creationTime.
-
#data ⇒ Object
Returns the value of attribute data.
-
#dimensions ⇒ Object
Returns the value of attribute dimensions.
-
#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.
-
#referenceId ⇒ Object
Returns the value of attribute referenceId.
-
#sourceUrl ⇒ Object
Returns the value of attribute sourceUrl.
-
#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, data = nil) ⇒ Image
constructor
A new instance of Image.
Constructor Details
#initialize(mediaId = nil, type = nil, referenceId = nil, dimensions = [], urls = [], mimeType = nil, sourceUrl = nil, name = nil, fileSize = nil, creationTime = nil, media_Type = nil, data = nil) ⇒ Image
Returns a new instance of Image.
208 209 210 211 212 213 214 215 216 217 218 219 220 221 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 208 def initialize(mediaId = nil, type = nil, referenceId = nil, dimensions = [], urls = [], mimeType = nil, sourceUrl = nil, name = nil, fileSize = nil, creationTime = nil, media_Type = nil, data = 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 @data = data end |
Instance Attribute Details
#creationTime ⇒ Object
Returns the value of attribute creationTime.
204 205 206 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 204 def creationTime @creationTime end |
#data ⇒ Object
Returns the value of attribute data.
206 207 208 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 206 def data @data end |
#dimensions ⇒ Object
Returns the value of attribute dimensions.
198 199 200 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 198 def dimensions @dimensions end |
#fileSize ⇒ Object
Returns the value of attribute fileSize.
203 204 205 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 203 def fileSize @fileSize end |
#media_Type ⇒ Object
Returns the value of attribute media_Type.
205 206 207 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 205 def media_Type @media_Type end |
#mediaId ⇒ Object
Returns the value of attribute mediaId.
195 196 197 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 195 def mediaId @mediaId end |
#mimeType ⇒ Object
Returns the value of attribute mimeType.
200 201 202 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 200 def mimeType @mimeType end |
#name ⇒ Object
Returns the value of attribute name.
202 203 204 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 202 def name @name end |
#referenceId ⇒ Object
Returns the value of attribute referenceId.
197 198 199 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 197 def referenceId @referenceId end |
#sourceUrl ⇒ Object
Returns the value of attribute sourceUrl.
201 202 203 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 201 def sourceUrl @sourceUrl end |
#type ⇒ Object
Returns the value of attribute type.
196 197 198 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 196 def type @type end |
#urls ⇒ Object
Returns the value of attribute urls.
199 200 201 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 199 def urls @urls end |