LocalBusinessAd

Methods
N
Attributes
[RW] id
[RW] url
[RW] displayUrl
[RW] approvalStatus
[RW] disapprovalReasons
[RW] ad_Type
[RW] fullBusinessName
[RW] phoneNumber
[RW] streetAddress
[RW] city
[RW] region
[RW] regionCode
[RW] postalCode
[RW] countryCode
[RW] businessName
[RW] description1
[RW] description2
[RW] target
[RW] businessImage
[RW] icon
Class Public methods
new(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], ad_Type = nil, fullBusinessName = nil, phoneNumber = nil, streetAddress = nil, city = nil, region = nil, regionCode = nil, postalCode = nil, countryCode = nil, businessName = nil, description1 = nil, description2 = nil, target = nil, businessImage = nil, icon = nil)
# File lib/adwords4r/v200909/AdGroupAdService.rb, line 1865
  def initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], ad_Type = nil, fullBusinessName = nil, phoneNumber = nil, streetAddress = nil, city = nil, region = nil, regionCode = nil, postalCode = nil, countryCode = nil, businessName = nil, description1 = nil, description2 = nil, target = nil, businessImage = nil, icon = nil)
    @id = id
    @url = url
    @displayUrl = displayUrl
    @approvalStatus = approvalStatus
    @disapprovalReasons = disapprovalReasons
    @ad_Type = ad_Type
    @fullBusinessName = fullBusinessName
    @phoneNumber = phoneNumber
    @streetAddress = streetAddress
    @city = city
    @region = region
    @regionCode = regionCode
    @postalCode = postalCode
    @countryCode = countryCode
    @businessName = businessName
    @description1 = description1
    @description2 = description2
    @target = target
    @businessImage = businessImage
    @icon = icon
  end