Class: PriceRangeFilterType

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

Overview

urn:ebay:apis:eBLBaseComponentsPriceRangeFilterType

maxPrice - AmountType
minPrice - AmountType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(maxPrice = nil, minPrice = nil) ⇒ PriceRangeFilterType

Returns a new instance of PriceRangeFilterType.



22297
22298
22299
22300
22301
# File 'lib/eBay.rb', line 22297

def initialize(maxPrice = nil, minPrice = nil)
  @maxPrice = maxPrice
  @minPrice = minPrice
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



22291
22292
22293
# File 'lib/eBay.rb', line 22291

def __xmlele_any
  @__xmlele_any
end

#maxPriceObject

Returns the value of attribute maxPrice.



22289
22290
22291
# File 'lib/eBay.rb', line 22289

def maxPrice
  @maxPrice
end

#minPriceObject

Returns the value of attribute minPrice.



22290
22291
22292
# File 'lib/eBay.rb', line 22290

def minPrice
  @minPrice
end

Instance Method Details

#set_any(elements) ⇒ Object



22293
22294
22295
# File 'lib/eBay.rb', line 22293

def set_any(elements)
  @__xmlele_any = elements
end