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 =
[
["includeInProximitySearch", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "IncludeInProximitySearch")]],
["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(includeInProximitySearch = nil, postalCode = nil) ⇒ ProximitySearchDetailsType

Returns a new instance of ProximitySearchDetailsType.



16599
16600
16601
16602
16603
# File 'lib/eBay.rb', line 16599

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



16593
16594
16595
# File 'lib/eBay.rb', line 16593

def __xmlele_any
  @__xmlele_any
end

#includeInProximitySearchObject

Returns the value of attribute includeInProximitySearch.



16591
16592
16593
# File 'lib/eBay.rb', line 16591

def includeInProximitySearch
  @includeInProximitySearch
end

#postalCodeObject

Returns the value of attribute postalCode.



16592
16593
16594
# File 'lib/eBay.rb', line 16592

def postalCode
  @postalCode
end

Instance Method Details

#set_any(elements) ⇒ Object



16595
16596
16597
# File 'lib/eBay.rb', line 16595

def set_any(elements)
  @__xmlele_any = elements
end