Class: ProximitySearchDetailsType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(postalCode = nil) ⇒ ProximitySearchDetailsType

Returns a new instance of ProximitySearchDetailsType.



18943
18944
18945
18946
# File 'lib/eBay.rb', line 18943

def initialize(postalCode = nil)
  @postalCode = postalCode
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



18937
18938
18939
# File 'lib/eBay.rb', line 18937

def __xmlele_any
  @__xmlele_any
end

#postalCodeObject

Returns the value of attribute postalCode.



18936
18937
18938
# File 'lib/eBay.rb', line 18936

def postalCode
  @postalCode
end

Instance Method Details

#set_any(elements) ⇒ Object



18939
18940
18941
# File 'lib/eBay.rb', line 18939

def set_any(elements)
  @__xmlele_any = elements
end