Class: AddressType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddressType

name - SOAP::SOAPString
street - SOAP::SOAPString
street1 - SOAP::SOAPString
street2 - SOAP::SOAPString
cityName - SOAP::SOAPString
county - SOAP::SOAPString
stateOrProvince - SOAP::SOAPString
country - CountryCodeType
countryName - SOAP::SOAPString
phone - SOAP::SOAPString
phoneCountryCode - CountryCodeType
phoneCountryPrefix - SOAP::SOAPString
phoneAreaOrCityCode - SOAP::SOAPString
phoneLocalNumber - SOAP::SOAPString
phone2CountryCode - CountryCodeType
phone2CountryPrefix - SOAP::SOAPString
phone2AreaOrCityCode - SOAP::SOAPString
phone2LocalNumber - SOAP::SOAPString
postalCode - SOAP::SOAPString
addressID - SOAP::SOAPString
addressOwner - AddressOwnerCodeType
addressStatus - AddressStatusCodeType
externalAddressID - SOAP::SOAPString
internationalName - SOAP::SOAPString
internationalStateAndCity - SOAP::SOAPString
internationalStreet - SOAP::SOAPString
companyName - SOAP::SOAPString
addressRecordType - AddressRecordTypeCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, street = nil, street1 = nil, street2 = nil, cityName = nil, county = nil, stateOrProvince = nil, country = nil, countryName = nil, phone = nil, phoneCountryCode = nil, phoneCountryPrefix = nil, phoneAreaOrCityCode = nil, phoneLocalNumber = nil, phone2CountryCode = nil, phone2CountryPrefix = nil, phone2AreaOrCityCode = nil, phone2LocalNumber = nil, postalCode = nil, addressID = nil, addressOwner = nil, addressStatus = nil, externalAddressID = nil, internationalName = nil, internationalStateAndCity = nil, internationalStreet = nil, companyName = nil, addressRecordType = nil) ⇒ AddressType

Returns a new instance of AddressType.



16465
16466
16467
16468
16469
16470
16471
16472
16473
16474
16475
16476
16477
16478
16479
16480
16481
16482
16483
16484
16485
16486
16487
16488
16489
16490
16491
16492
16493
16494
16495
# File 'lib/eBay.rb', line 16465

def initialize(name = nil, street = nil, street1 = nil, street2 = nil, cityName = nil, county = nil, stateOrProvince = nil, country = nil, countryName = nil, phone = nil, phoneCountryCode = nil, phoneCountryPrefix = nil, phoneAreaOrCityCode = nil, phoneLocalNumber = nil, phone2CountryCode = nil, phone2CountryPrefix = nil, phone2AreaOrCityCode = nil, phone2LocalNumber = nil, postalCode = nil, addressID = nil, addressOwner = nil, addressStatus = nil, externalAddressID = nil, internationalName = nil, internationalStateAndCity = nil, internationalStreet = nil, companyName = nil, addressRecordType = nil)
  @name = name
  @street = street
  @street1 = street1
  @street2 = street2
  @cityName = cityName
  @county = county
  @stateOrProvince = stateOrProvince
  @country = country
  @countryName = countryName
  @phone = phone
  @phoneCountryCode = phoneCountryCode
  @phoneCountryPrefix = phoneCountryPrefix
  @phoneAreaOrCityCode = phoneAreaOrCityCode
  @phoneLocalNumber = phoneLocalNumber
  @phone2CountryCode = phone2CountryCode
  @phone2CountryPrefix = phone2CountryPrefix
  @phone2AreaOrCityCode = phone2AreaOrCityCode
  @phone2LocalNumber = phone2LocalNumber
  @postalCode = postalCode
  @addressID = addressID
  @addressOwner = addressOwner
  @addressStatus = addressStatus
  @externalAddressID = externalAddressID
  @internationalName = internationalName
  @internationalStateAndCity = internationalStateAndCity
  @internationalStreet = internationalStreet
  @companyName = companyName
  @addressRecordType = addressRecordType
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



16459
16460
16461
# File 'lib/eBay.rb', line 16459

def __xmlele_any
  @__xmlele_any
end

#addressIDObject

Returns the value of attribute addressID.



16450
16451
16452
# File 'lib/eBay.rb', line 16450

def addressID
  @addressID
end

#addressOwnerObject

Returns the value of attribute addressOwner.



16451
16452
16453
# File 'lib/eBay.rb', line 16451

def addressOwner
  @addressOwner
end

#addressRecordTypeObject

Returns the value of attribute addressRecordType.



16458
16459
16460
# File 'lib/eBay.rb', line 16458

def addressRecordType
  @addressRecordType
end

#addressStatusObject

Returns the value of attribute addressStatus.



16452
16453
16454
# File 'lib/eBay.rb', line 16452

def addressStatus
  @addressStatus
end

#cityNameObject

Returns the value of attribute cityName.



16435
16436
16437
# File 'lib/eBay.rb', line 16435

def cityName
  @cityName
end

#companyNameObject

Returns the value of attribute companyName.



16457
16458
16459
# File 'lib/eBay.rb', line 16457

def companyName
  @companyName
end

#countryObject

Returns the value of attribute country.



16438
16439
16440
# File 'lib/eBay.rb', line 16438

def country
  @country
end

#countryNameObject

Returns the value of attribute countryName.



16439
16440
16441
# File 'lib/eBay.rb', line 16439

def countryName
  @countryName
end

#countyObject

Returns the value of attribute county.



16436
16437
16438
# File 'lib/eBay.rb', line 16436

def county
  @county
end

#externalAddressIDObject

Returns the value of attribute externalAddressID.



16453
16454
16455
# File 'lib/eBay.rb', line 16453

def externalAddressID
  @externalAddressID
end

#internationalNameObject

Returns the value of attribute internationalName.



16454
16455
16456
# File 'lib/eBay.rb', line 16454

def internationalName
  @internationalName
end

#internationalStateAndCityObject

Returns the value of attribute internationalStateAndCity.



16455
16456
16457
# File 'lib/eBay.rb', line 16455

def internationalStateAndCity
  @internationalStateAndCity
end

#internationalStreetObject

Returns the value of attribute internationalStreet.



16456
16457
16458
# File 'lib/eBay.rb', line 16456

def internationalStreet
  @internationalStreet
end

#nameObject

Returns the value of attribute name.



16431
16432
16433
# File 'lib/eBay.rb', line 16431

def name
  @name
end

#phoneObject

Returns the value of attribute phone.



16440
16441
16442
# File 'lib/eBay.rb', line 16440

def phone
  @phone
end

#phone2AreaOrCityCodeObject

Returns the value of attribute phone2AreaOrCityCode.



16447
16448
16449
# File 'lib/eBay.rb', line 16447

def phone2AreaOrCityCode
  @phone2AreaOrCityCode
end

#phone2CountryCodeObject

Returns the value of attribute phone2CountryCode.



16445
16446
16447
# File 'lib/eBay.rb', line 16445

def phone2CountryCode
  @phone2CountryCode
end

#phone2CountryPrefixObject

Returns the value of attribute phone2CountryPrefix.



16446
16447
16448
# File 'lib/eBay.rb', line 16446

def phone2CountryPrefix
  @phone2CountryPrefix
end

#phone2LocalNumberObject

Returns the value of attribute phone2LocalNumber.



16448
16449
16450
# File 'lib/eBay.rb', line 16448

def phone2LocalNumber
  @phone2LocalNumber
end

#phoneAreaOrCityCodeObject

Returns the value of attribute phoneAreaOrCityCode.



16443
16444
16445
# File 'lib/eBay.rb', line 16443

def phoneAreaOrCityCode
  @phoneAreaOrCityCode
end

#phoneCountryCodeObject

Returns the value of attribute phoneCountryCode.



16441
16442
16443
# File 'lib/eBay.rb', line 16441

def phoneCountryCode
  @phoneCountryCode
end

#phoneCountryPrefixObject

Returns the value of attribute phoneCountryPrefix.



16442
16443
16444
# File 'lib/eBay.rb', line 16442

def phoneCountryPrefix
  @phoneCountryPrefix
end

#phoneLocalNumberObject

Returns the value of attribute phoneLocalNumber.



16444
16445
16446
# File 'lib/eBay.rb', line 16444

def phoneLocalNumber
  @phoneLocalNumber
end

#postalCodeObject

Returns the value of attribute postalCode.



16449
16450
16451
# File 'lib/eBay.rb', line 16449

def postalCode
  @postalCode
end

#stateOrProvinceObject

Returns the value of attribute stateOrProvince.



16437
16438
16439
# File 'lib/eBay.rb', line 16437

def stateOrProvince
  @stateOrProvince
end

#streetObject

Returns the value of attribute street.



16432
16433
16434
# File 'lib/eBay.rb', line 16432

def street
  @street
end

#street1Object

Returns the value of attribute street1.



16433
16434
16435
# File 'lib/eBay.rb', line 16433

def street1
  @street1
end

#street2Object

Returns the value of attribute street2.



16434
16435
16436
# File 'lib/eBay.rb', line 16434

def street2
  @street2
end

Instance Method Details

#set_any(elements) ⇒ Object



16461
16462
16463
# File 'lib/eBay.rb', line 16461

def set_any(elements)
  @__xmlele_any = elements
end