Class: AdWords::V200909::BulkMutateJobService::MobileImageAd
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
MobileImageAd
-
id - SOAP::SOAPLong
-
url - SOAP::SOAPString
-
displayUrl - SOAP::SOAPString
-
approvalStatus - AdWords::V200909::BulkMutateJobService::AdApprovalStatus
-
disapprovalReasons - SOAP::SOAPString
-
ad_Type - SOAP::SOAPString
-
markupLanguages - AdWords::V200909::BulkMutateJobService::MarkupLanguageType
-
mobileCarriers - SOAP::SOAPString
-
image - AdWords::V200909::BulkMutateJobService::Image
Instance Attribute Summary collapse
-
#ad_Type ⇒ Object
Returns the value of attribute ad_Type.
-
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
-
#disapprovalReasons ⇒ Object
Returns the value of attribute disapprovalReasons.
-
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
-
#id ⇒ Object
Returns the value of attribute id.
-
#image ⇒ Object
Returns the value of attribute image.
-
#markupLanguages ⇒ Object
Returns the value of attribute markupLanguages.
-
#mobileCarriers ⇒ Object
Returns the value of attribute mobileCarriers.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], ad_Type = nil, markupLanguages = [], mobileCarriers = [], image = nil) ⇒ MobileImageAd
constructor
A new instance of MobileImageAd.
Constructor Details
#initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], ad_Type = nil, markupLanguages = [], mobileCarriers = [], image = nil) ⇒ MobileImageAd
Returns a new instance of MobileImageAd.
227 228 229 230 231 232 233 234 235 236 237 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 227 def initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], ad_Type = nil, markupLanguages = [], mobileCarriers = [], image = nil) @id = id @url = url @displayUrl = displayUrl @approvalStatus = approvalStatus @disapprovalReasons = disapprovalReasons @ad_Type = ad_Type @markupLanguages = markupLanguages @mobileCarriers = mobileCarriers @image = image end |
Instance Attribute Details
#ad_Type ⇒ Object
Returns the value of attribute ad_Type.
222 223 224 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 222 def ad_Type @ad_Type end |
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
220 221 222 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 220 def approvalStatus @approvalStatus end |
#disapprovalReasons ⇒ Object
Returns the value of attribute disapprovalReasons.
221 222 223 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 221 def disapprovalReasons @disapprovalReasons end |
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
219 220 221 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 219 def displayUrl @displayUrl end |
#id ⇒ Object
Returns the value of attribute id.
217 218 219 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 217 def id @id end |
#image ⇒ Object
Returns the value of attribute image.
225 226 227 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 225 def image @image end |
#markupLanguages ⇒ Object
Returns the value of attribute markupLanguages.
223 224 225 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 223 def markupLanguages @markupLanguages end |
#mobileCarriers ⇒ Object
Returns the value of attribute mobileCarriers.
224 225 226 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 224 def mobileCarriers @mobileCarriers end |
#url ⇒ Object
Returns the value of attribute url.
218 219 220 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 218 def url @url end |