Class: AdWords::V201008::BulkMutateJobService::MobileImageAd
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
MobileImageAd
-
id - SOAP::SOAPLong
-
url - SOAP::SOAPString
-
displayUrl - SOAP::SOAPString
-
approvalStatus - AdWords::V201008::BulkMutateJobService::AdApprovalStatus
-
disapprovalReasons - SOAP::SOAPString
-
trademarkDisapproved - SOAP::SOAPBoolean
-
ad_Type - SOAP::SOAPString
-
markupLanguages - AdWords::V201008::BulkMutateJobService::MarkupLanguageType
-
mobileCarriers - SOAP::SOAPString
-
image - AdWords::V201008::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.
-
#trademarkDisapproved ⇒ Object
Returns the value of attribute trademarkDisapproved.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], trademarkDisapproved = nil, 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 = [], trademarkDisapproved = nil, ad_Type = nil, markupLanguages = [], mobileCarriers = [], image = nil) ⇒ MobileImageAd
Returns a new instance of MobileImageAd.
247 248 249 250 251 252 253 254 255 256 257 258 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 247 def initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], trademarkDisapproved = nil, ad_Type = nil, markupLanguages = [], mobileCarriers = [], image = nil) @id = id @url = url @displayUrl = displayUrl @approvalStatus = approvalStatus @disapprovalReasons = disapprovalReasons @trademarkDisapproved = trademarkDisapproved @ad_Type = ad_Type @markupLanguages = markupLanguages @mobileCarriers = mobileCarriers @image = image end |
Instance Attribute Details
#ad_Type ⇒ Object
Returns the value of attribute ad_Type.
242 243 244 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 242 def ad_Type @ad_Type end |
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
239 240 241 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 239 def approvalStatus @approvalStatus end |
#disapprovalReasons ⇒ Object
Returns the value of attribute disapprovalReasons.
240 241 242 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 240 def disapprovalReasons @disapprovalReasons end |
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
238 239 240 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 238 def displayUrl @displayUrl end |
#id ⇒ Object
Returns the value of attribute id.
236 237 238 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 236 def id @id end |
#image ⇒ Object
Returns the value of attribute image.
245 246 247 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 245 def image @image end |
#markupLanguages ⇒ Object
Returns the value of attribute markupLanguages.
243 244 245 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 243 def markupLanguages @markupLanguages end |
#mobileCarriers ⇒ Object
Returns the value of attribute mobileCarriers.
244 245 246 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 244 def mobileCarriers @mobileCarriers end |
#trademarkDisapproved ⇒ Object
Returns the value of attribute trademarkDisapproved.
241 242 243 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 241 def trademarkDisapproved @trademarkDisapproved end |
#url ⇒ Object
Returns the value of attribute url.
237 238 239 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 237 def url @url end |