Class: AdWords::V200909::AdGroupAdService::LocalBusinessAd
- 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
-
#ad_Type ⇒ Object
Returns the value of attribute ad_Type.
-
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
-
#businessImage ⇒ Object
Returns the value of attribute businessImage.
-
#businessName ⇒ Object
Returns the value of attribute businessName.
-
#city ⇒ Object
Returns the value of attribute city.
-
#countryCode ⇒ Object
Returns the value of attribute countryCode.
-
#description1 ⇒ Object
Returns the value of attribute description1.
-
#description2 ⇒ Object
Returns the value of attribute description2.
-
#disapprovalReasons ⇒ Object
Returns the value of attribute disapprovalReasons.
-
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
-
#fullBusinessName ⇒ Object
Returns the value of attribute fullBusinessName.
-
#icon ⇒ Object
Returns the value of attribute icon.
-
#id ⇒ Object
Returns the value of attribute id.
-
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
-
#postalCode ⇒ Object
Returns the value of attribute postalCode.
-
#region ⇒ Object
Returns the value of attribute region.
-
#regionCode ⇒ Object
Returns the value of attribute regionCode.
-
#streetAddress ⇒ Object
Returns the value of attribute streetAddress.
-
#target ⇒ Object
Returns the value of attribute target.
-
#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, 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
constructor
A new instance of LocalBusinessAd.
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_Type ⇒ Object
Returns the value of attribute ad_Type.
1868 1869 1870 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1868 def ad_Type @ad_Type end |
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
1866 1867 1868 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1866 def approvalStatus @approvalStatus end |
#businessImage ⇒ Object
Returns the value of attribute businessImage.
1881 1882 1883 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1881 def businessImage @businessImage end |
#businessName ⇒ Object
Returns the value of attribute businessName.
1877 1878 1879 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1877 def businessName @businessName end |
#city ⇒ Object
Returns the value of attribute city.
1872 1873 1874 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1872 def city @city end |
#countryCode ⇒ Object
Returns the value of attribute countryCode.
1876 1877 1878 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1876 def countryCode @countryCode end |
#description1 ⇒ Object
Returns the value of attribute description1.
1878 1879 1880 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1878 def description1 @description1 end |
#description2 ⇒ Object
Returns the value of attribute description2.
1879 1880 1881 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1879 def description2 @description2 end |
#disapprovalReasons ⇒ Object
Returns the value of attribute disapprovalReasons.
1867 1868 1869 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1867 def disapprovalReasons @disapprovalReasons end |
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
1865 1866 1867 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1865 def displayUrl @displayUrl end |
#fullBusinessName ⇒ Object
Returns the value of attribute fullBusinessName.
1869 1870 1871 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1869 def fullBusinessName @fullBusinessName end |
#icon ⇒ Object
Returns the value of attribute icon.
1882 1883 1884 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1882 def icon @icon end |
#id ⇒ Object
Returns the value of attribute id.
1863 1864 1865 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1863 def id @id end |
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
1870 1871 1872 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1870 def phoneNumber @phoneNumber end |
#postalCode ⇒ Object
Returns the value of attribute postalCode.
1875 1876 1877 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1875 def postalCode @postalCode end |
#region ⇒ Object
Returns the value of attribute region.
1873 1874 1875 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1873 def region @region end |
#regionCode ⇒ Object
Returns the value of attribute regionCode.
1874 1875 1876 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1874 def regionCode @regionCode end |
#streetAddress ⇒ Object
Returns the value of attribute streetAddress.
1871 1872 1873 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1871 def streetAddress @streetAddress end |
#target ⇒ Object
Returns the value of attribute target.
1880 1881 1882 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1880 def target @target end |
#url ⇒ Object
Returns the value of attribute url.
1864 1865 1866 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1864 def url @url end |