TextAd

  • id - SOAP::SOAPLong
  • url - SOAP::SOAPString
  • displayUrl - SOAP::SOAPString
  • approvalStatus - AdWords::V200906::AdGroupAdService::AdApprovalStatus
  • disapprovalReasons - SOAP::SOAPString
  • ad_Type - SOAP::SOAPString
  • headline - SOAP::SOAPString
  • description1 - SOAP::SOAPString
  • description2 - SOAP::SOAPString
Methods
N
Attributes
[RW] id
[RW] url
[RW] displayUrl
[RW] approvalStatus
[RW] disapprovalReasons
[RW] ad_Type
[RW] headline
[RW] description1
[RW] description2
Class Public methods
new(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], ad_Type = nil, headline = nil, description1 = nil, description2 = nil)
# File lib/adwords4r/v200906/AdGroupAdService.rb, line 1597
  def initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], ad_Type = nil, headline = nil, description1 = nil, description2 = nil)
    @id = id
    @url = url
    @displayUrl = displayUrl
    @approvalStatus = approvalStatus
    @disapprovalReasons = disapprovalReasons
    @ad_Type = ad_Type
    @headline = headline
    @description1 = description1
    @description2 = description2
  end