Class: ProximitySearchDetailsType
- Inherits:
-
Object
- Object
- ProximitySearchDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsProximitySearchDetailsType
Constant Summary collapse
- @@schema_type =
"ProximitySearchDetailsType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["postalCode", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PostalCode")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#postalCode ⇒ Object
Returns the value of attribute postalCode.
Instance Method Summary collapse
-
#initialize(postalCode = nil) ⇒ ProximitySearchDetailsType
constructor
A new instance of ProximitySearchDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(postalCode = nil) ⇒ ProximitySearchDetailsType
Returns a new instance of ProximitySearchDetailsType.
21407 21408 21409 21410 |
# File 'lib/eBay.rb', line 21407 def initialize(postalCode = nil) @postalCode = postalCode @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
21401 21402 21403 |
# File 'lib/eBay.rb', line 21401 def __xmlele_any @__xmlele_any end |
#postalCode ⇒ Object
Returns the value of attribute postalCode.
21400 21401 21402 |
# File 'lib/eBay.rb', line 21400 def postalCode @postalCode end |
Instance Method Details
#set_any(elements) ⇒ Object
21403 21404 21405 |
# File 'lib/eBay.rb', line 21403 def set_any(elements) @__xmlele_any = elements end |