Class: EBay::MyeBayFavoriteSearchType
- Inherits:
-
Object
- Object
- EBay::MyeBayFavoriteSearchType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsMyeBayFavoriteSearchType
searchName - SOAP::SOAPString
searchQuery - SOAP::SOAPString
queryKeywords - SOAP::SOAPString
categoryID - SOAP::SOAPString
itemSort - EBay::SimpleItemSortCodeType
sortOrder - EBay::SortOrderCodeType
endTimeFrom - SOAP::SOAPDateTime
endTimeTo - SOAP::SOAPDateTime
maxDistance - SOAP::SOAPInt
postalCode - SOAP::SOAPString
itemType - EBay::ItemTypeCodeType
priceMax - EBay::AmountType
priceMin - EBay::AmountType
currency - EBay::CurrencyCodeType
bidCountMax - SOAP::SOAPInt
bidCountMin - SOAP::SOAPInt
searchFlag - EBay::SearchFlagCodeType
paymentMethod - EBay::PaymentMethodSearchCodeType
preferredLocation - EBay::PreferredLocationCodeType
sellerID - SOAP::SOAPString
sellerIDExclude - SOAP::SOAPString
itemsAvailableTo - EBay::CountryCodeType
itemsLocatedIn - EBay::CountryCodeType
sellerBusinessType - EBay::SellerBusinessCodeType
condition - EBay::ItemConditionCodeType
quantity - SOAP::SOAPInt
quantityOperator - EBay::QuantityOperatorCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#bidCountMax ⇒ Object
Returns the value of attribute bidCountMax.
-
#bidCountMin ⇒ Object
Returns the value of attribute bidCountMin.
-
#categoryID ⇒ Object
Returns the value of attribute categoryID.
-
#condition ⇒ Object
Returns the value of attribute condition.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#endTimeFrom ⇒ Object
Returns the value of attribute endTimeFrom.
-
#endTimeTo ⇒ Object
Returns the value of attribute endTimeTo.
-
#itemsAvailableTo ⇒ Object
Returns the value of attribute itemsAvailableTo.
-
#itemsLocatedIn ⇒ Object
Returns the value of attribute itemsLocatedIn.
-
#itemSort ⇒ Object
Returns the value of attribute itemSort.
-
#itemType ⇒ Object
Returns the value of attribute itemType.
-
#maxDistance ⇒ Object
Returns the value of attribute maxDistance.
-
#paymentMethod ⇒ Object
Returns the value of attribute paymentMethod.
-
#postalCode ⇒ Object
Returns the value of attribute postalCode.
-
#preferredLocation ⇒ Object
Returns the value of attribute preferredLocation.
-
#priceMax ⇒ Object
Returns the value of attribute priceMax.
-
#priceMin ⇒ Object
Returns the value of attribute priceMin.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#quantityOperator ⇒ Object
Returns the value of attribute quantityOperator.
-
#queryKeywords ⇒ Object
Returns the value of attribute queryKeywords.
-
#searchFlag ⇒ Object
Returns the value of attribute searchFlag.
-
#searchName ⇒ Object
Returns the value of attribute searchName.
-
#searchQuery ⇒ Object
Returns the value of attribute searchQuery.
-
#sellerBusinessType ⇒ Object
Returns the value of attribute sellerBusinessType.
-
#sellerID ⇒ Object
Returns the value of attribute sellerID.
-
#sellerIDExclude ⇒ Object
Returns the value of attribute sellerIDExclude.
-
#sortOrder ⇒ Object
Returns the value of attribute sortOrder.
Instance Method Summary collapse
-
#initialize(searchName = nil, searchQuery = nil, queryKeywords = nil, categoryID = nil, itemSort = nil, sortOrder = nil, endTimeFrom = nil, endTimeTo = nil, maxDistance = nil, postalCode = nil, itemType = nil, priceMax = nil, priceMin = nil, currency = nil, bidCountMax = nil, bidCountMin = nil, searchFlag = [], paymentMethod = nil, preferredLocation = nil, sellerID = [], sellerIDExclude = [], itemsAvailableTo = nil, itemsLocatedIn = nil, sellerBusinessType = nil, condition = nil, quantity = nil, quantityOperator = nil) ⇒ MyeBayFavoriteSearchType
constructor
A new instance of MyeBayFavoriteSearchType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(searchName = nil, searchQuery = nil, queryKeywords = nil, categoryID = nil, itemSort = nil, sortOrder = nil, endTimeFrom = nil, endTimeTo = nil, maxDistance = nil, postalCode = nil, itemType = nil, priceMax = nil, priceMin = nil, currency = nil, bidCountMax = nil, bidCountMin = nil, searchFlag = [], paymentMethod = nil, preferredLocation = nil, sellerID = [], sellerIDExclude = [], itemsAvailableTo = nil, itemsLocatedIn = nil, sellerBusinessType = nil, condition = nil, quantity = nil, quantityOperator = nil) ⇒ MyeBayFavoriteSearchType
Returns a new instance of MyeBayFavoriteSearchType.
27600 27601 27602 27603 27604 27605 27606 27607 27608 27609 27610 27611 27612 27613 27614 27615 27616 27617 27618 27619 27620 27621 27622 27623 27624 27625 27626 27627 27628 27629 |
# File 'lib/eBay.rb', line 27600 def initialize(searchName = nil, searchQuery = nil, queryKeywords = nil, categoryID = nil, itemSort = nil, sortOrder = nil, endTimeFrom = nil, endTimeTo = nil, maxDistance = nil, postalCode = nil, itemType = nil, priceMax = nil, priceMin = nil, currency = nil, bidCountMax = nil, bidCountMin = nil, searchFlag = [], paymentMethod = nil, preferredLocation = nil, sellerID = [], sellerIDExclude = [], itemsAvailableTo = nil, itemsLocatedIn = nil, sellerBusinessType = nil, condition = nil, quantity = nil, quantityOperator = nil) @searchName = searchName @searchQuery = searchQuery @queryKeywords = queryKeywords @categoryID = categoryID @itemSort = itemSort @sortOrder = sortOrder @endTimeFrom = endTimeFrom @endTimeTo = endTimeTo @maxDistance = maxDistance @postalCode = postalCode @itemType = itemType @priceMax = priceMax @priceMin = priceMin @currency = currency @bidCountMax = bidCountMax @bidCountMin = bidCountMin @searchFlag = searchFlag @paymentMethod = paymentMethod @preferredLocation = preferredLocation @sellerID = sellerID @sellerIDExclude = sellerIDExclude @itemsAvailableTo = itemsAvailableTo @itemsLocatedIn = itemsLocatedIn @sellerBusinessType = sellerBusinessType @condition = condition @quantity = quantity @quantityOperator = quantityOperator @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
27594 27595 27596 |
# File 'lib/eBay.rb', line 27594 def __xmlele_any @__xmlele_any end |
#bidCountMax ⇒ Object
Returns the value of attribute bidCountMax.
27581 27582 27583 |
# File 'lib/eBay.rb', line 27581 def bidCountMax @bidCountMax end |
#bidCountMin ⇒ Object
Returns the value of attribute bidCountMin.
27582 27583 27584 |
# File 'lib/eBay.rb', line 27582 def bidCountMin @bidCountMin end |
#categoryID ⇒ Object
Returns the value of attribute categoryID.
27570 27571 27572 |
# File 'lib/eBay.rb', line 27570 def categoryID @categoryID end |
#condition ⇒ Object
Returns the value of attribute condition.
27591 27592 27593 |
# File 'lib/eBay.rb', line 27591 def condition @condition end |
#currency ⇒ Object
Returns the value of attribute currency.
27580 27581 27582 |
# File 'lib/eBay.rb', line 27580 def currency @currency end |
#endTimeFrom ⇒ Object
Returns the value of attribute endTimeFrom.
27573 27574 27575 |
# File 'lib/eBay.rb', line 27573 def endTimeFrom @endTimeFrom end |
#endTimeTo ⇒ Object
Returns the value of attribute endTimeTo.
27574 27575 27576 |
# File 'lib/eBay.rb', line 27574 def endTimeTo @endTimeTo end |
#itemsAvailableTo ⇒ Object
Returns the value of attribute itemsAvailableTo.
27588 27589 27590 |
# File 'lib/eBay.rb', line 27588 def itemsAvailableTo @itemsAvailableTo end |
#itemsLocatedIn ⇒ Object
Returns the value of attribute itemsLocatedIn.
27589 27590 27591 |
# File 'lib/eBay.rb', line 27589 def itemsLocatedIn @itemsLocatedIn end |
#itemSort ⇒ Object
Returns the value of attribute itemSort.
27571 27572 27573 |
# File 'lib/eBay.rb', line 27571 def itemSort @itemSort end |
#itemType ⇒ Object
Returns the value of attribute itemType.
27577 27578 27579 |
# File 'lib/eBay.rb', line 27577 def itemType @itemType end |
#maxDistance ⇒ Object
Returns the value of attribute maxDistance.
27575 27576 27577 |
# File 'lib/eBay.rb', line 27575 def maxDistance @maxDistance end |
#paymentMethod ⇒ Object
Returns the value of attribute paymentMethod.
27584 27585 27586 |
# File 'lib/eBay.rb', line 27584 def paymentMethod @paymentMethod end |
#postalCode ⇒ Object
Returns the value of attribute postalCode.
27576 27577 27578 |
# File 'lib/eBay.rb', line 27576 def postalCode @postalCode end |
#preferredLocation ⇒ Object
Returns the value of attribute preferredLocation.
27585 27586 27587 |
# File 'lib/eBay.rb', line 27585 def preferredLocation @preferredLocation end |
#priceMax ⇒ Object
Returns the value of attribute priceMax.
27578 27579 27580 |
# File 'lib/eBay.rb', line 27578 def priceMax @priceMax end |
#priceMin ⇒ Object
Returns the value of attribute priceMin.
27579 27580 27581 |
# File 'lib/eBay.rb', line 27579 def priceMin @priceMin end |
#quantity ⇒ Object
Returns the value of attribute quantity.
27592 27593 27594 |
# File 'lib/eBay.rb', line 27592 def quantity @quantity end |
#quantityOperator ⇒ Object
Returns the value of attribute quantityOperator.
27593 27594 27595 |
# File 'lib/eBay.rb', line 27593 def quantityOperator @quantityOperator end |
#queryKeywords ⇒ Object
Returns the value of attribute queryKeywords.
27569 27570 27571 |
# File 'lib/eBay.rb', line 27569 def queryKeywords @queryKeywords end |
#searchFlag ⇒ Object
Returns the value of attribute searchFlag.
27583 27584 27585 |
# File 'lib/eBay.rb', line 27583 def searchFlag @searchFlag end |
#searchName ⇒ Object
Returns the value of attribute searchName.
27567 27568 27569 |
# File 'lib/eBay.rb', line 27567 def searchName @searchName end |
#searchQuery ⇒ Object
Returns the value of attribute searchQuery.
27568 27569 27570 |
# File 'lib/eBay.rb', line 27568 def searchQuery @searchQuery end |
#sellerBusinessType ⇒ Object
Returns the value of attribute sellerBusinessType.
27590 27591 27592 |
# File 'lib/eBay.rb', line 27590 def sellerBusinessType @sellerBusinessType end |
#sellerID ⇒ Object
Returns the value of attribute sellerID.
27586 27587 27588 |
# File 'lib/eBay.rb', line 27586 def sellerID @sellerID end |
#sellerIDExclude ⇒ Object
Returns the value of attribute sellerIDExclude.
27587 27588 27589 |
# File 'lib/eBay.rb', line 27587 def sellerIDExclude @sellerIDExclude end |
#sortOrder ⇒ Object
Returns the value of attribute sortOrder.
27572 27573 27574 |
# File 'lib/eBay.rb', line 27572 def sortOrder @sortOrder end |
Instance Method Details
#set_any(elements) ⇒ Object
27596 27597 27598 |
# File 'lib/eBay.rb', line 27596 def set_any(elements) @__xmlele_any = elements end |