Class: AdWords::V200909::BulkMutateJobService::ImageAd
- 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
-
#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.
-
#name ⇒ Object
Returns the value of attribute name.
-
#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, image = nil, name = nil) ⇒ ImageAd
constructor
A new instance of ImageAd.
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_Type ⇒ Object
Returns the value of attribute ad_Type.
77 78 79 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 77 def ad_Type @ad_Type end |
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
75 76 77 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 75 def approvalStatus @approvalStatus end |
#disapprovalReasons ⇒ Object
Returns the value of attribute disapprovalReasons.
76 77 78 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 76 def disapprovalReasons @disapprovalReasons end |
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
74 75 76 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 74 def displayUrl @displayUrl end |
#id ⇒ Object
Returns the value of attribute id.
72 73 74 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 72 def id @id end |
#image ⇒ Object
Returns the value of attribute image.
78 79 80 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 78 def image @image end |
#name ⇒ Object
Returns the value of attribute name.
79 80 81 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 79 def name @name end |
#url ⇒ Object
Returns the value of attribute url.
73 74 75 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 73 def url @url end |