Class: EBay::NonProfitAddressType
- Inherits:
-
Object
- Object
- EBay::NonProfitAddressType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsNonProfitAddressType
addressLine1 - SOAP::SOAPString
addressLine2 - SOAP::SOAPString
city - SOAP::SOAPString
state - SOAP::SOAPString
zipCode - SOAP::SOAPString
latitude - SOAP::SOAPDecimal
longitude - SOAP::SOAPDecimal
addressType - EBay::AddressTypeCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#addressLine1 ⇒ Object
Returns the value of attribute addressLine1.
-
#addressLine2 ⇒ Object
Returns the value of attribute addressLine2.
-
#addressType ⇒ Object
Returns the value of attribute addressType.
-
#city ⇒ Object
Returns the value of attribute city.
-
#latitude ⇒ Object
Returns the value of attribute latitude.
-
#longitude ⇒ Object
Returns the value of attribute longitude.
-
#state ⇒ Object
Returns the value of attribute state.
-
#zipCode ⇒ Object
Returns the value of attribute zipCode.
Instance Method Summary collapse
-
#initialize(addressLine1 = nil, addressLine2 = nil, city = nil, state = nil, zipCode = nil, latitude = nil, longitude = nil, addressType = nil) ⇒ NonProfitAddressType
constructor
A new instance of NonProfitAddressType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(addressLine1 = nil, addressLine2 = nil, city = nil, state = nil, zipCode = nil, latitude = nil, longitude = nil, addressType = nil) ⇒ NonProfitAddressType
Returns a new instance of NonProfitAddressType.
27878 27879 27880 27881 27882 27883 27884 27885 27886 27887 27888 |
# File 'lib/eBay.rb', line 27878 def initialize(addressLine1 = nil, addressLine2 = nil, city = nil, state = nil, zipCode = nil, latitude = nil, longitude = nil, addressType = nil) @addressLine1 = addressLine1 @addressLine2 = addressLine2 @city = city @state = state @zipCode = zipCode @latitude = latitude @longitude = longitude @addressType = addressType @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
27872 27873 27874 |
# File 'lib/eBay.rb', line 27872 def __xmlele_any @__xmlele_any end |
#addressLine1 ⇒ Object
Returns the value of attribute addressLine1.
27864 27865 27866 |
# File 'lib/eBay.rb', line 27864 def addressLine1 @addressLine1 end |
#addressLine2 ⇒ Object
Returns the value of attribute addressLine2.
27865 27866 27867 |
# File 'lib/eBay.rb', line 27865 def addressLine2 @addressLine2 end |
#addressType ⇒ Object
Returns the value of attribute addressType.
27871 27872 27873 |
# File 'lib/eBay.rb', line 27871 def addressType @addressType end |
#city ⇒ Object
Returns the value of attribute city.
27866 27867 27868 |
# File 'lib/eBay.rb', line 27866 def city @city end |
#latitude ⇒ Object
Returns the value of attribute latitude.
27869 27870 27871 |
# File 'lib/eBay.rb', line 27869 def latitude @latitude end |
#longitude ⇒ Object
Returns the value of attribute longitude.
27870 27871 27872 |
# File 'lib/eBay.rb', line 27870 def longitude @longitude end |
#state ⇒ Object
Returns the value of attribute state.
27867 27868 27869 |
# File 'lib/eBay.rb', line 27867 def state @state end |
#zipCode ⇒ Object
Returns the value of attribute zipCode.
27868 27869 27870 |
# File 'lib/eBay.rb', line 27868 def zipCode @zipCode end |
Instance Method Details
#set_any(elements) ⇒ Object
27874 27875 27876 |
# File 'lib/eBay.rb', line 27874 def set_any(elements) @__xmlele_any = elements end |