Class: SearchLocationFilterType

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

Overview

urn:ebay:apis:eBLBaseComponentsSearchLocationFilterType

Constant Summary collapse

@@schema_type =
"SearchLocationFilterType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["countryCode", ["CountryCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CountryCode")]],
["itemLocation", ["ItemLocationCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemLocation")]],
["searchLocation", ["SearchLocationType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SearchLocation")]],
["currency", ["CurrencyCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Currency")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(countryCode = nil, itemLocation = nil, searchLocation = nil, currency = nil) ⇒ SearchLocationFilterType

Returns a new instance of SearchLocationFilterType.



16981
16982
16983
16984
16985
16986
16987
# File 'lib/eBay.rb', line 16981

def initialize(countryCode = nil, itemLocation = nil, searchLocation = nil, currency = nil)
  @countryCode = countryCode
  @itemLocation = itemLocation
  @searchLocation = searchLocation
  @currency = currency
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



16975
16976
16977
# File 'lib/eBay.rb', line 16975

def __xmlele_any
  @__xmlele_any
end

#countryCodeObject

Returns the value of attribute countryCode.



16971
16972
16973
# File 'lib/eBay.rb', line 16971

def countryCode
  @countryCode
end

#currencyObject

Returns the value of attribute currency.



16974
16975
16976
# File 'lib/eBay.rb', line 16974

def currency
  @currency
end

#itemLocationObject

Returns the value of attribute itemLocation.



16972
16973
16974
# File 'lib/eBay.rb', line 16972

def itemLocation
  @itemLocation
end

#searchLocationObject

Returns the value of attribute searchLocation.



16973
16974
16975
# File 'lib/eBay.rb', line 16973

def searchLocation
  @searchLocation
end

Instance Method Details

#set_any(elements) ⇒ Object



16977
16978
16979
# File 'lib/eBay.rb', line 16977

def set_any(elements)
  @__xmlele_any = elements
end