Class: SearchLocationFilterType

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

Overview

urn:ebay:apis:eBLBaseComponentsSearchLocationFilterType

countryCode - CountryCodeType
itemLocation - ItemLocationCodeType
searchLocation - SearchLocationType
currency - CurrencyCodeType

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.



23407
23408
23409
23410
23411
23412
23413
# File 'lib/eBay.rb', line 23407

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.



23401
23402
23403
# File 'lib/eBay.rb', line 23401

def __xmlele_any
  @__xmlele_any
end

#countryCodeObject

Returns the value of attribute countryCode.



23397
23398
23399
# File 'lib/eBay.rb', line 23397

def countryCode
  @countryCode
end

#currencyObject

Returns the value of attribute currency.



23400
23401
23402
# File 'lib/eBay.rb', line 23400

def currency
  @currency
end

#itemLocationObject

Returns the value of attribute itemLocation.



23398
23399
23400
# File 'lib/eBay.rb', line 23398

def itemLocation
  @itemLocation
end

#searchLocationObject

Returns the value of attribute searchLocation.



23399
23400
23401
# File 'lib/eBay.rb', line 23399

def searchLocation
  @searchLocation
end

Instance Method Details

#set_any(elements) ⇒ Object



23403
23404
23405
# File 'lib/eBay.rb', line 23403

def set_any(elements)
  @__xmlele_any = elements
end