Class: AdWords::V200909::BulkMutateJobService::ImageAd

Inherits:
Ad
  • Object
show all
Defined in:
lib/adwords4r/v200909/BulkMutateJobService.rb

Overview

ImageAd

  • id - SOAP::SOAPLong

  • url - SOAP::SOAPString

  • displayUrl - SOAP::SOAPString

  • approvalStatus - AdWords::V200909::BulkMutateJobService::AdApprovalStatus

  • disapprovalReasons - SOAP::SOAPString

  • ad_Type - SOAP::SOAPString

  • image - AdWords::V200909::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 = [], ad_Type = nil, image = nil, name = nil) ⇒ ImageAd

Returns a new instance of ImageAd.



81
82
83
84
85
86
87
88
89
90
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 81

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

Instance Attribute Details

#ad_TypeObject

Returns the value of attribute ad_Type.



77
78
79
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 77

def ad_Type
  @ad_Type
end

#approvalStatusObject

Returns the value of attribute approvalStatus.



75
76
77
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 75

def approvalStatus
  @approvalStatus
end

#disapprovalReasonsObject

Returns the value of attribute disapprovalReasons.



76
77
78
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 76

def disapprovalReasons
  @disapprovalReasons
end

#displayUrlObject

Returns the value of attribute displayUrl.



74
75
76
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 74

def displayUrl
  @displayUrl
end

#idObject

Returns the value of attribute id.



72
73
74
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 72

def id
  @id
end

#imageObject

Returns the value of attribute image.



78
79
80
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 78

def image
  @image
end

#nameObject

Returns the value of attribute name.



79
80
81
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 79

def name
  @name
end

#urlObject

Returns the value of attribute url.



73
74
75
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 73

def url
  @url
end