Class: AdwordsApi::V201003::BulkMutateJobService::MobileAd

Inherits:
Ad
  • Object
show all
Defined in:
lib/adwords_api/v201003/BulkMutateJobService.rb

Overview

MobileAd

  • id - SOAP::SOAPLong

  • url - SOAP::SOAPString

  • displayUrl - SOAP::SOAPString

  • approvalStatus - AdwordsApi::V201003::BulkMutateJobService::AdApprovalStatus

  • disapprovalReasons - SOAP::SOAPString

  • trademarkDisapproved - SOAP::SOAPBoolean

  • ad_Type - SOAP::SOAPString

  • headline - SOAP::SOAPString

  • description - SOAP::SOAPString

  • markupLanguages - AdwordsApi::V201003::BulkMutateJobService::MarkupLanguageType

  • mobileCarriers - SOAP::SOAPString

  • businessName - SOAP::SOAPString

  • countryCode - SOAP::SOAPString

  • phoneNumber - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], trademarkDisapproved = nil, ad_Type = nil, headline = nil, description = nil, markupLanguages = [], mobileCarriers = [], businessName = nil, countryCode = nil, phoneNumber = nil) ⇒ MobileAd

Returns a new instance of MobileAd.



203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 203

def initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], trademarkDisapproved = nil, ad_Type = nil, headline = nil, description = nil, markupLanguages = [], mobileCarriers = [], businessName = nil, countryCode = nil, phoneNumber = nil)
  @id = id
  @url = url
  @displayUrl = displayUrl
  @approvalStatus = approvalStatus
  @disapprovalReasons = disapprovalReasons
  @trademarkDisapproved = trademarkDisapproved
  @ad_Type = ad_Type
  @headline = headline
  @description = description
  @markupLanguages = markupLanguages
  @mobileCarriers = mobileCarriers
  @businessName = businessName
  @countryCode = countryCode
  @phoneNumber = phoneNumber
end

Instance Attribute Details

#ad_TypeObject

Returns the value of attribute ad_Type.



194
195
196
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 194

def ad_Type
  @ad_Type
end

#approvalStatusObject

Returns the value of attribute approvalStatus.



191
192
193
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 191

def approvalStatus
  @approvalStatus
end

#businessNameObject

Returns the value of attribute businessName.



199
200
201
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 199

def businessName
  @businessName
end

#countryCodeObject

Returns the value of attribute countryCode.



200
201
202
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 200

def countryCode
  @countryCode
end

#descriptionObject

Returns the value of attribute description.



196
197
198
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 196

def description
  @description
end

#disapprovalReasonsObject

Returns the value of attribute disapprovalReasons.



192
193
194
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 192

def disapprovalReasons
  @disapprovalReasons
end

#displayUrlObject

Returns the value of attribute displayUrl.



190
191
192
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 190

def displayUrl
  @displayUrl
end

#headlineObject

Returns the value of attribute headline.



195
196
197
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 195

def headline
  @headline
end

#idObject

Returns the value of attribute id.



188
189
190
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 188

def id
  @id
end

#markupLanguagesObject

Returns the value of attribute markupLanguages.



197
198
199
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 197

def markupLanguages
  @markupLanguages
end

#mobileCarriersObject

Returns the value of attribute mobileCarriers.



198
199
200
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 198

def mobileCarriers
  @mobileCarriers
end

#phoneNumberObject

Returns the value of attribute phoneNumber.



201
202
203
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 201

def phoneNumber
  @phoneNumber
end

#trademarkDisapprovedObject

Returns the value of attribute trademarkDisapproved.



193
194
195
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 193

def trademarkDisapproved
  @trademarkDisapproved
end

#urlObject

Returns the value of attribute url.



189
190
191
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 189

def url
  @url
end