Class: AdCenterWrapper::Business

Inherits:
Object
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.rb

Overview

https://adcenter.microsoft.com/v7Business

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.



529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
# File 'lib/adcenter_wrapper_entities.rb', line 529

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.



507
508
509
# File 'lib/adcenter_wrapper_entities.rb', line 507

def addressLine1
  @addressLine1
end

#addressLine2Object

Returns the value of attribute addressLine2.



508
509
510
# File 'lib/adcenter_wrapper_entities.rb', line 508

def addressLine2
  @addressLine2
end

#businessImageIconObject

Returns the value of attribute businessImageIcon.



509
510
511
# File 'lib/adcenter_wrapper_entities.rb', line 509

def businessImageIcon
  @businessImageIcon
end

#cityObject

Returns the value of attribute city.



510
511
512
# File 'lib/adcenter_wrapper_entities.rb', line 510

def city
  @city
end

#countryOrRegionObject

Returns the value of attribute countryOrRegion.



511
512
513
# File 'lib/adcenter_wrapper_entities.rb', line 511

def countryOrRegion
  @countryOrRegion
end

#descriptionObject

Returns the value of attribute description.



512
513
514
# File 'lib/adcenter_wrapper_entities.rb', line 512

def description
  @description
end

#emailObject

Returns the value of attribute email.



513
514
515
# File 'lib/adcenter_wrapper_entities.rb', line 513

def email
  @email
end

#geoCodeStatusObject

Returns the value of attribute geoCodeStatus.



514
515
516
# File 'lib/adcenter_wrapper_entities.rb', line 514

def geoCodeStatus
  @geoCodeStatus
end

#hrsOfOperationObject

Returns the value of attribute hrsOfOperation.



515
516
517
# File 'lib/adcenter_wrapper_entities.rb', line 515

def hrsOfOperation
  @hrsOfOperation
end

#idObject

Returns the value of attribute id.



516
517
518
# File 'lib/adcenter_wrapper_entities.rb', line 516

def id
  @id
end

#isOpen24HoursObject

Returns the value of attribute isOpen24Hours.



517
518
519
# File 'lib/adcenter_wrapper_entities.rb', line 517

def isOpen24Hours
  @isOpen24Hours
end

#latitudeDegreesObject

Returns the value of attribute latitudeDegrees.



518
519
520
# File 'lib/adcenter_wrapper_entities.rb', line 518

def latitudeDegrees
  @latitudeDegrees
end

#longitudeDegreesObject

Returns the value of attribute longitudeDegrees.



519
520
521
# File 'lib/adcenter_wrapper_entities.rb', line 519

def longitudeDegrees
  @longitudeDegrees
end

#nameObject

Returns the value of attribute name.



520
521
522
# File 'lib/adcenter_wrapper_entities.rb', line 520

def name
  @name
end

#otherPaymentTypeDescObject

Returns the value of attribute otherPaymentTypeDesc.



521
522
523
# File 'lib/adcenter_wrapper_entities.rb', line 521

def otherPaymentTypeDesc
  @otherPaymentTypeDesc
end

#paymentObject

Returns the value of attribute payment.



522
523
524
# File 'lib/adcenter_wrapper_entities.rb', line 522

def payment
  @payment
end

#phoneObject

Returns the value of attribute phone.



523
524
525
# File 'lib/adcenter_wrapper_entities.rb', line 523

def phone
  @phone
end

#stateOrProvinceObject

Returns the value of attribute stateOrProvince.



524
525
526
# File 'lib/adcenter_wrapper_entities.rb', line 524

def stateOrProvince
  @stateOrProvince
end

#statusObject

Returns the value of attribute status.



525
526
527
# File 'lib/adcenter_wrapper_entities.rb', line 525

def status
  @status
end

#uRLObject

Returns the value of attribute uRL.



526
527
528
# File 'lib/adcenter_wrapper_entities.rb', line 526

def uRL
  @uRL
end

#zipOrPostalCodeObject

Returns the value of attribute zipOrPostalCode.



527
528
529
# File 'lib/adcenter_wrapper_entities.rb', line 527

def zipOrPostalCode
  @zipOrPostalCode
end