Class: AdCenterWrapper::Business
- Inherits:
-
Object
- Object
- AdCenterWrapper::Business
- 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
-
#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
#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
#addressLine1 ⇒ Object
Returns the value of attribute addressLine1.
507 508 509 |
# File 'lib/adcenter_wrapper_entities.rb', line 507 def addressLine1 @addressLine1 end |
#addressLine2 ⇒ Object
Returns the value of attribute addressLine2.
508 509 510 |
# File 'lib/adcenter_wrapper_entities.rb', line 508 def addressLine2 @addressLine2 end |
#businessImageIcon ⇒ Object
Returns the value of attribute businessImageIcon.
509 510 511 |
# File 'lib/adcenter_wrapper_entities.rb', line 509 def businessImageIcon @businessImageIcon end |
#city ⇒ Object
Returns the value of attribute city.
510 511 512 |
# File 'lib/adcenter_wrapper_entities.rb', line 510 def city @city end |
#countryOrRegion ⇒ Object
Returns the value of attribute countryOrRegion.
511 512 513 |
# File 'lib/adcenter_wrapper_entities.rb', line 511 def countryOrRegion @countryOrRegion end |
#description ⇒ Object
Returns the value of attribute description.
512 513 514 |
# File 'lib/adcenter_wrapper_entities.rb', line 512 def description @description end |
#email ⇒ Object
Returns the value of attribute email.
513 514 515 |
# File 'lib/adcenter_wrapper_entities.rb', line 513 def email @email end |
#geoCodeStatus ⇒ Object
Returns the value of attribute geoCodeStatus.
514 515 516 |
# File 'lib/adcenter_wrapper_entities.rb', line 514 def geoCodeStatus @geoCodeStatus end |
#hrsOfOperation ⇒ Object
Returns the value of attribute hrsOfOperation.
515 516 517 |
# File 'lib/adcenter_wrapper_entities.rb', line 515 def hrsOfOperation @hrsOfOperation end |
#id ⇒ Object
Returns the value of attribute id.
516 517 518 |
# File 'lib/adcenter_wrapper_entities.rb', line 516 def id @id end |
#isOpen24Hours ⇒ Object
Returns the value of attribute isOpen24Hours.
517 518 519 |
# File 'lib/adcenter_wrapper_entities.rb', line 517 def isOpen24Hours @isOpen24Hours end |
#latitudeDegrees ⇒ Object
Returns the value of attribute latitudeDegrees.
518 519 520 |
# File 'lib/adcenter_wrapper_entities.rb', line 518 def latitudeDegrees @latitudeDegrees end |
#longitudeDegrees ⇒ Object
Returns the value of attribute longitudeDegrees.
519 520 521 |
# File 'lib/adcenter_wrapper_entities.rb', line 519 def longitudeDegrees @longitudeDegrees end |
#name ⇒ Object
Returns the value of attribute name.
520 521 522 |
# File 'lib/adcenter_wrapper_entities.rb', line 520 def name @name end |
#otherPaymentTypeDesc ⇒ Object
Returns the value of attribute otherPaymentTypeDesc.
521 522 523 |
# File 'lib/adcenter_wrapper_entities.rb', line 521 def otherPaymentTypeDesc @otherPaymentTypeDesc end |
#payment ⇒ Object
Returns the value of attribute payment.
522 523 524 |
# File 'lib/adcenter_wrapper_entities.rb', line 522 def payment @payment end |
#phone ⇒ Object
Returns the value of attribute phone.
523 524 525 |
# File 'lib/adcenter_wrapper_entities.rb', line 523 def phone @phone end |
#stateOrProvince ⇒ Object
Returns the value of attribute stateOrProvince.
524 525 526 |
# File 'lib/adcenter_wrapper_entities.rb', line 524 def stateOrProvince @stateOrProvince end |
#status ⇒ Object
Returns the value of attribute status.
525 526 527 |
# File 'lib/adcenter_wrapper_entities.rb', line 525 def status @status end |
#uRL ⇒ Object
Returns the value of attribute uRL.
526 527 528 |
# File 'lib/adcenter_wrapper_entities.rb', line 526 def uRL @uRL end |
#zipOrPostalCode ⇒ Object
Returns the value of attribute zipOrPostalCode.
527 528 529 |
# File 'lib/adcenter_wrapper_entities.rb', line 527 def zipOrPostalCode @zipOrPostalCode end |