Class: AdWords::V200909::BulkMutateJobService::LocalBusinessAd
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
LocalBusinessAd
-
id - SOAP::SOAPLong
-
url - SOAP::SOAPString
-
displayUrl - SOAP::SOAPString
-
approvalStatus - AdWords::V200909::BulkMutateJobService::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::BulkMutateJobService::ProximityTarget
-
businessImage - AdWords::V200909::BulkMutateJobService::Image
-
icon - AdWords::V200909::BulkMutateJobService::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.
136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 136 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.
120 121 122 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 120 def ad_Type @ad_Type end |
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
118 119 120 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 118 def approvalStatus @approvalStatus end |
#businessImage ⇒ Object
Returns the value of attribute businessImage.
133 134 135 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 133 def businessImage @businessImage end |
#businessName ⇒ Object
Returns the value of attribute businessName.
129 130 131 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 129 def businessName @businessName end |
#city ⇒ Object
Returns the value of attribute city.
124 125 126 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 124 def city @city end |
#countryCode ⇒ Object
Returns the value of attribute countryCode.
128 129 130 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 128 def countryCode @countryCode end |
#description1 ⇒ Object
Returns the value of attribute description1.
130 131 132 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 130 def description1 @description1 end |
#description2 ⇒ Object
Returns the value of attribute description2.
131 132 133 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 131 def description2 @description2 end |
#disapprovalReasons ⇒ Object
Returns the value of attribute disapprovalReasons.
119 120 121 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 119 def disapprovalReasons @disapprovalReasons end |
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
117 118 119 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 117 def displayUrl @displayUrl end |
#fullBusinessName ⇒ Object
Returns the value of attribute fullBusinessName.
121 122 123 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 121 def fullBusinessName @fullBusinessName end |
#icon ⇒ Object
Returns the value of attribute icon.
134 135 136 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 134 def icon @icon end |
#id ⇒ Object
Returns the value of attribute id.
115 116 117 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 115 def id @id end |
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
122 123 124 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 122 def phoneNumber @phoneNumber end |
#postalCode ⇒ Object
Returns the value of attribute postalCode.
127 128 129 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 127 def postalCode @postalCode end |
#region ⇒ Object
Returns the value of attribute region.
125 126 127 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 125 def region @region end |
#regionCode ⇒ Object
Returns the value of attribute regionCode.
126 127 128 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 126 def regionCode @regionCode end |
#streetAddress ⇒ Object
Returns the value of attribute streetAddress.
123 124 125 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 123 def streetAddress @streetAddress end |
#target ⇒ Object
Returns the value of attribute target.
132 133 134 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 132 def target @target end |
#url ⇒ Object
Returns the value of attribute url.
116 117 118 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 116 def url @url end |