Class: AdCenterWrapper::Business

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#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.

[View source]

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

#addressLine1Object

Returns the value of attribute addressLine1.


262
263
264
# File 'lib/CampaignManagementService.rb', line 262

def addressLine1
  @addressLine1
end

#addressLine2Object

Returns the value of attribute addressLine2.


263
264
265
# File 'lib/CampaignManagementService.rb', line 263

def addressLine2
  @addressLine2
end

#businessImageIconObject

Returns the value of attribute businessImageIcon.


264
265
266
# File 'lib/CampaignManagementService.rb', line 264

def businessImageIcon
  @businessImageIcon
end

#cityObject

Returns the value of attribute city.


265
266
267
# File 'lib/CampaignManagementService.rb', line 265

def city
  @city
end

#countryOrRegionObject

Returns the value of attribute countryOrRegion.


266
267
268
# File 'lib/CampaignManagementService.rb', line 266

def countryOrRegion
  @countryOrRegion
end

#descriptionObject

Returns the value of attribute description.


267
268
269
# File 'lib/CampaignManagementService.rb', line 267

def description
  @description
end

#emailObject

Returns the value of attribute email.


268
269
270
# File 'lib/CampaignManagementService.rb', line 268

def email
  @email
end

#geoCodeStatusObject

Returns the value of attribute geoCodeStatus.


269
270
271
# File 'lib/CampaignManagementService.rb', line 269

def geoCodeStatus
  @geoCodeStatus
end

#hrsOfOperationObject

Returns the value of attribute hrsOfOperation.


270
271
272
# File 'lib/CampaignManagementService.rb', line 270

def hrsOfOperation
  @hrsOfOperation
end

#idObject

Returns the value of attribute id.


271
272
273
# File 'lib/CampaignManagementService.rb', line 271

def id
  @id
end

#isOpen24HoursObject

Returns the value of attribute isOpen24Hours.


272
273
274
# File 'lib/CampaignManagementService.rb', line 272

def isOpen24Hours
  @isOpen24Hours
end

#latitudeDegreesObject

Returns the value of attribute latitudeDegrees.


273
274
275
# File 'lib/CampaignManagementService.rb', line 273

def latitudeDegrees
  @latitudeDegrees
end

#longitudeDegreesObject

Returns the value of attribute longitudeDegrees.


274
275
276
# File 'lib/CampaignManagementService.rb', line 274

def longitudeDegrees
  @longitudeDegrees
end

#nameObject

Returns the value of attribute name.


275
276
277
# File 'lib/CampaignManagementService.rb', line 275

def name
  @name
end

#otherPaymentTypeDescObject

Returns the value of attribute otherPaymentTypeDesc.


276
277
278
# File 'lib/CampaignManagementService.rb', line 276

def otherPaymentTypeDesc
  @otherPaymentTypeDesc
end

#paymentObject

Returns the value of attribute payment.


277
278
279
# File 'lib/CampaignManagementService.rb', line 277

def payment
  @payment
end

#phoneObject

Returns the value of attribute phone.


278
279
280
# File 'lib/CampaignManagementService.rb', line 278

def phone
  @phone
end

#stateOrProvinceObject

Returns the value of attribute stateOrProvince.


279
280
281
# File 'lib/CampaignManagementService.rb', line 279

def stateOrProvince
  @stateOrProvince
end

#statusObject

Returns the value of attribute status.


280
281
282
# File 'lib/CampaignManagementService.rb', line 280

def status
  @status
end

#uRLObject

Returns the value of attribute uRL.


281
282
283
# File 'lib/CampaignManagementService.rb', line 281

def uRL
  @uRL
end

#zipOrPostalCodeObject

Returns the value of attribute zipOrPostalCode.


282
283
284
# File 'lib/CampaignManagementService.rb', line 282

def zipOrPostalCode
  @zipOrPostalCode
end