Class: EBay::LocalSearchType

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

Overview

urn:ebay:apis:eBLBaseComponentsLocalSearchType

maxDistance - SOAP::SOAPInt
postalCode - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



26675
26676
26677
# File 'lib/eBay.rb', line 26675

def __xmlele_any
  @__xmlele_any
end

#maxDistanceObject

Returns the value of attribute maxDistance.



26673
26674
26675
# File 'lib/eBay.rb', line 26673

def maxDistance
  @maxDistance
end

#postalCodeObject

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