Class: AdCenterWrapper::Business
- Inherits:
-
Object
- Object
- AdCenterWrapper::Business
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8Business
addressLine1 - SOAP::SOAPString
addressLine2 - SOAP::SOAPString
businessImageIcon - AdCenterWrapper::BusinessImageIcon
city - SOAP::SOAPString
countryOrRegion - SOAP::SOAPString
description - SOAP::SOAPString
email - SOAP::SOAPString
geoCodeStatus - AdCenterWrapper::BusinessGeoCodeStatus
hrsOfOperation - AdCenterWrapper::ArrayOfHoursOfOperation
id - SOAP::SOAPLong
isOpen24Hours - SOAP::SOAPBoolean
latitudeDegrees - SOAP::SOAPDouble
longitudeDegrees - SOAP::SOAPDouble
name - SOAP::SOAPString
otherPaymentTypeDesc - SOAP::SOAPString
payment - AdCenterWrapper::ArrayOfPaymentType
phone - SOAP::SOAPString
stateOrProvince - SOAP::SOAPString
status - AdCenterWrapper::BusinessStatus
uRL - SOAP::SOAPString
zipOrPostalCode - SOAP::SOAPString
Instance Attribute Summary collapse
-
#addressLine1 ⇒ Object
Returns the value of attribute addressLine1.
-
#addressLine2 ⇒ Object
Returns the value of attribute addressLine2.
-
#businessImageIcon ⇒ Object
Returns the value of attribute businessImageIcon.
-
#city ⇒ Object
Returns the value of attribute city.
-
#countryOrRegion ⇒ Object
Returns the value of attribute countryOrRegion.
-
#description ⇒ Object
Returns the value of attribute description.
-
#email ⇒ Object
Returns the value of attribute email.
-
#geoCodeStatus ⇒ Object
Returns the value of attribute geoCodeStatus.
-
#hrsOfOperation ⇒ Object
Returns the value of attribute hrsOfOperation.
-
#id ⇒ Object
Returns the value of attribute id.
-
#isOpen24Hours ⇒ Object
Returns the value of attribute isOpen24Hours.
-
#latitudeDegrees ⇒ Object
Returns the value of attribute latitudeDegrees.
-
#longitudeDegrees ⇒ Object
Returns the value of attribute longitudeDegrees.
-
#name ⇒ Object
Returns the value of attribute name.
-
#otherPaymentTypeDesc ⇒ Object
Returns the value of attribute otherPaymentTypeDesc.
-
#payment ⇒ Object
Returns the value of attribute payment.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#stateOrProvince ⇒ Object
Returns the value of attribute stateOrProvince.
-
#status ⇒ Object
Returns the value of attribute status.
-
#uRL ⇒ Object
Returns the value of attribute uRL.
-
#zipOrPostalCode ⇒ Object
Returns the value of attribute zipOrPostalCode.
Instance Method Summary collapse
Constructor Details
permalink #initialize(addressLine1 = nil, addressLine2 = nil, businessImageIcon = nil, city = nil, countryOrRegion = nil, description = nil, email = nil, geoCodeStatus = nil, hrsOfOperation = nil, id = nil, isOpen24Hours = nil, latitudeDegrees = nil, longitudeDegrees = nil, name = nil, otherPaymentTypeDesc = nil, payment = nil, phone = nil, stateOrProvince = nil, status = nil, uRL = nil, zipOrPostalCode = nil) ⇒ Business
Returns a new instance of Business.
284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 |
# File 'lib/CampaignManagementService.rb', line 284 def initialize(addressLine1 = nil, addressLine2 = nil, businessImageIcon = nil, city = nil, countryOrRegion = nil, description = nil, email = nil, geoCodeStatus = nil, hrsOfOperation = nil, id = nil, isOpen24Hours = nil, latitudeDegrees = nil, longitudeDegrees = nil, name = nil, otherPaymentTypeDesc = nil, payment = nil, phone = nil, stateOrProvince = nil, status = nil, uRL = nil, zipOrPostalCode = nil) @addressLine1 = addressLine1 @addressLine2 = addressLine2 @businessImageIcon = businessImageIcon @city = city @countryOrRegion = countryOrRegion @description = description @email = email @geoCodeStatus = geoCodeStatus @hrsOfOperation = hrsOfOperation @id = id @isOpen24Hours = isOpen24Hours @latitudeDegrees = latitudeDegrees @longitudeDegrees = longitudeDegrees @name = name @otherPaymentTypeDesc = otherPaymentTypeDesc @payment = payment @phone = phone @stateOrProvince = stateOrProvince @status = status @uRL = uRL @zipOrPostalCode = zipOrPostalCode end |
Instance Attribute Details
permalink #addressLine1 ⇒ Object
Returns the value of attribute addressLine1.
262 263 264 |
# File 'lib/CampaignManagementService.rb', line 262 def addressLine1 @addressLine1 end |
permalink #addressLine2 ⇒ Object
Returns the value of attribute addressLine2.
263 264 265 |
# File 'lib/CampaignManagementService.rb', line 263 def addressLine2 @addressLine2 end |
permalink #businessImageIcon ⇒ Object
Returns the value of attribute businessImageIcon.
264 265 266 |
# File 'lib/CampaignManagementService.rb', line 264 def businessImageIcon @businessImageIcon end |
permalink #city ⇒ Object
Returns the value of attribute city.
265 266 267 |
# File 'lib/CampaignManagementService.rb', line 265 def city @city end |
permalink #countryOrRegion ⇒ Object
Returns the value of attribute countryOrRegion.
266 267 268 |
# File 'lib/CampaignManagementService.rb', line 266 def countryOrRegion @countryOrRegion end |
permalink #description ⇒ Object
Returns the value of attribute description.
267 268 269 |
# File 'lib/CampaignManagementService.rb', line 267 def description @description end |
permalink #email ⇒ Object
Returns the value of attribute email.
268 269 270 |
# File 'lib/CampaignManagementService.rb', line 268 def email @email end |
permalink #geoCodeStatus ⇒ Object
Returns the value of attribute geoCodeStatus.
269 270 271 |
# File 'lib/CampaignManagementService.rb', line 269 def geoCodeStatus @geoCodeStatus end |
permalink #hrsOfOperation ⇒ Object
Returns the value of attribute hrsOfOperation.
270 271 272 |
# File 'lib/CampaignManagementService.rb', line 270 def hrsOfOperation @hrsOfOperation end |
permalink #id ⇒ Object
Returns the value of attribute id.
271 272 273 |
# File 'lib/CampaignManagementService.rb', line 271 def id @id end |
permalink #isOpen24Hours ⇒ Object
Returns the value of attribute isOpen24Hours.
272 273 274 |
# File 'lib/CampaignManagementService.rb', line 272 def isOpen24Hours @isOpen24Hours end |
permalink #latitudeDegrees ⇒ Object
Returns the value of attribute latitudeDegrees.
273 274 275 |
# File 'lib/CampaignManagementService.rb', line 273 def latitudeDegrees @latitudeDegrees end |
permalink #longitudeDegrees ⇒ Object
Returns the value of attribute longitudeDegrees.
274 275 276 |
# File 'lib/CampaignManagementService.rb', line 274 def longitudeDegrees @longitudeDegrees end |
permalink #name ⇒ Object
Returns the value of attribute name.
275 276 277 |
# File 'lib/CampaignManagementService.rb', line 275 def name @name end |
permalink #otherPaymentTypeDesc ⇒ Object
Returns the value of attribute otherPaymentTypeDesc.
276 277 278 |
# File 'lib/CampaignManagementService.rb', line 276 def otherPaymentTypeDesc @otherPaymentTypeDesc end |
permalink #payment ⇒ Object
Returns the value of attribute payment.
277 278 279 |
# File 'lib/CampaignManagementService.rb', line 277 def payment @payment end |
permalink #phone ⇒ Object
Returns the value of attribute phone.
278 279 280 |
# File 'lib/CampaignManagementService.rb', line 278 def phone @phone end |
permalink #stateOrProvince ⇒ Object
Returns the value of attribute stateOrProvince.
279 280 281 |
# File 'lib/CampaignManagementService.rb', line 279 def stateOrProvince @stateOrProvince end |
permalink #status ⇒ Object
Returns the value of attribute status.
280 281 282 |
# File 'lib/CampaignManagementService.rb', line 280 def status @status end |
permalink #uRL ⇒ Object
Returns the value of attribute uRL.
281 282 283 |
# File 'lib/CampaignManagementService.rb', line 281 def uRL @uRL end |
permalink #zipOrPostalCode ⇒ Object
Returns the value of attribute zipOrPostalCode.
282 283 284 |
# File 'lib/CampaignManagementService.rb', line 282 def zipOrPostalCode @zipOrPostalCode end |