Class: AdWords::V200909::AdGroupAdService::LocalBusinessAd

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

Overview

LocalBusinessAd

  • id - SOAP::SOAPLong

  • url - SOAP::SOAPString

  • displayUrl - SOAP::SOAPString

  • approvalStatus - AdWords::V200909::AdGroupAdService::AdApprovalStatus

  • disapprovalReasons - SOAP::SOAPString

  • ad_Type - SOAP::SOAPString

  • fullBusinessName - SOAP::SOAPString

  • phoneNumber - SOAP::SOAPString

  • streetAddress - SOAP::SOAPString

  • city - SOAP::SOAPString

  • region - SOAP::SOAPString

  • regionCode - SOAP::SOAPString

  • postalCode - SOAP::SOAPString

  • countryCode - SOAP::SOAPString

  • businessName - SOAP::SOAPString

  • description1 - SOAP::SOAPString

  • description2 - SOAP::SOAPString

  • target - AdWords::V200909::AdGroupAdService::ProximityTarget

  • businessImage - AdWords::V200909::AdGroupAdService::Image

  • icon - AdWords::V200909::AdGroupAdService::Image

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#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) ⇒ LocalBusinessAd

Returns a new instance of LocalBusinessAd.



1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1884

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

Instance Attribute Details

#ad_TypeObject

Returns the value of attribute ad_Type.



1868
1869
1870
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1868

def ad_Type
  @ad_Type
end

#approvalStatusObject

Returns the value of attribute approvalStatus.



1866
1867
1868
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1866

def approvalStatus
  @approvalStatus
end

#businessImageObject

Returns the value of attribute businessImage.



1881
1882
1883
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1881

def businessImage
  @businessImage
end

#businessNameObject

Returns the value of attribute businessName.



1877
1878
1879
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1877

def businessName
  @businessName
end

#cityObject

Returns the value of attribute city.



1872
1873
1874
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1872

def city
  @city
end

#countryCodeObject

Returns the value of attribute countryCode.



1876
1877
1878
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1876

def countryCode
  @countryCode
end

#description1Object

Returns the value of attribute description1.



1878
1879
1880
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1878

def description1
  @description1
end

#description2Object

Returns the value of attribute description2.



1879
1880
1881
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1879

def description2
  @description2
end

#disapprovalReasonsObject

Returns the value of attribute disapprovalReasons.



1867
1868
1869
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1867

def disapprovalReasons
  @disapprovalReasons
end

#displayUrlObject

Returns the value of attribute displayUrl.



1865
1866
1867
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1865

def displayUrl
  @displayUrl
end

#fullBusinessNameObject

Returns the value of attribute fullBusinessName.



1869
1870
1871
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1869

def fullBusinessName
  @fullBusinessName
end

#iconObject

Returns the value of attribute icon.



1882
1883
1884
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1882

def icon
  @icon
end

#idObject

Returns the value of attribute id.



1863
1864
1865
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1863

def id
  @id
end

#phoneNumberObject

Returns the value of attribute phoneNumber.



1870
1871
1872
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1870

def phoneNumber
  @phoneNumber
end

#postalCodeObject

Returns the value of attribute postalCode.



1875
1876
1877
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1875

def postalCode
  @postalCode
end

#regionObject

Returns the value of attribute region.



1873
1874
1875
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1873

def region
  @region
end

#regionCodeObject

Returns the value of attribute regionCode.



1874
1875
1876
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1874

def regionCode
  @regionCode
end

#streetAddressObject

Returns the value of attribute streetAddress.



1871
1872
1873
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1871

def streetAddress
  @streetAddress
end

#targetObject

Returns the value of attribute target.



1880
1881
1882
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1880

def target
  @target
end

#urlObject

Returns the value of attribute url.



1864
1865
1866
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1864

def url
  @url
end