ImageAd

Methods
N
Attributes
[RW] id
[RW] url
[RW] displayUrl
[RW] approvalStatus
[RW] disapprovalReasons
[RW] ad_Type
[RW] image
[RW] name
Class Public methods
new(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], ad_Type = nil, image = nil, name = nil)
# File lib/adwords4r/v200909/AdGroupAdService.rb, line 1810
  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