Class: EBay::LocalSearchType
- Inherits:
-
Object
- Object
- EBay::LocalSearchType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsLocalSearchType
maxDistance - SOAP::SOAPInt
postalCode - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#maxDistance ⇒ Object
Returns the value of attribute maxDistance.
-
#postalCode ⇒ Object
Returns the value of attribute postalCode.
Instance Method Summary collapse
-
#initialize(maxDistance = nil, postalCode = nil) ⇒ LocalSearchType
constructor
A new instance of LocalSearchType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(maxDistance = nil, postalCode = nil) ⇒ LocalSearchType
Returns a new instance of LocalSearchType.
26681 26682 26683 26684 26685 |
# File 'lib/eBay.rb', line 26681 def initialize(maxDistance = nil, postalCode = nil) @maxDistance = maxDistance @postalCode = postalCode @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
26675 26676 26677 |
# File 'lib/eBay.rb', line 26675 def __xmlele_any @__xmlele_any end |
#maxDistance ⇒ Object
Returns the value of attribute maxDistance.
26673 26674 26675 |
# File 'lib/eBay.rb', line 26673 def maxDistance @maxDistance end |
#postalCode ⇒ Object
Returns the value of attribute postalCode.
26674 26675 26676 |
# File 'lib/eBay.rb', line 26674 def postalCode @postalCode end |
Instance Method Details
#set_any(elements) ⇒ Object
26677 26678 26679 |
# File 'lib/eBay.rb', line 26677 def set_any(elements) @__xmlele_any = elements end |