Class: AdwordsApi::V201003::BulkMutateJobService::ImageAd

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

Overview

ImageAd

  • id - SOAP::SOAPLong

  • url - SOAP::SOAPString

  • displayUrl - SOAP::SOAPString

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

  • disapprovalReasons - SOAP::SOAPString

  • trademarkDisapproved - SOAP::SOAPBoolean

  • ad_Type - SOAP::SOAPString

  • image - AdwordsApi::V201003::BulkMutateJobService::Image

  • name - 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, image = nil, name = nil) ⇒ ImageAd

Returns a new instance of ImageAd.



89
90
91
92
93
94
95
96
97
98
99
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 89

def initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], trademarkDisapproved = nil, ad_Type = nil, image = nil, name = nil)
  @id = id
  @url = url
  @displayUrl = displayUrl
  @approvalStatus = approvalStatus
  @disapprovalReasons = disapprovalReasons
  @trademarkDisapproved = trademarkDisapproved
  @ad_Type = ad_Type
  @image = image
  @name = name
end

Instance Attribute Details

#ad_TypeObject

Returns the value of attribute ad_Type.



85
86
87
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 85

def ad_Type
  @ad_Type
end

#approvalStatusObject

Returns the value of attribute approvalStatus.



82
83
84
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 82

def approvalStatus
  @approvalStatus
end

#disapprovalReasonsObject

Returns the value of attribute disapprovalReasons.



83
84
85
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 83

def disapprovalReasons
  @disapprovalReasons
end

#displayUrlObject

Returns the value of attribute displayUrl.



81
82
83
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 81

def displayUrl
  @displayUrl
end

#idObject

Returns the value of attribute id.



79
80
81
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 79

def id
  @id
end

#imageObject

Returns the value of attribute image.



86
87
88
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 86

def image
  @image
end

#nameObject

Returns the value of attribute name.



87
88
89
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 87

def name
  @name
end

#trademarkDisapprovedObject

Returns the value of attribute trademarkDisapproved.



84
85
86
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 84

def trademarkDisapproved
  @trademarkDisapproved
end

#urlObject

Returns the value of attribute url.



80
81
82
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 80

def url
  @url
end