Class: EBay::MyeBayFavoriteSearchType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



27594
27595
27596
# File 'lib/eBay.rb', line 27594

def __xmlele_any
  @__xmlele_any
end

#bidCountMaxObject

Returns the value of attribute bidCountMax.



27581
27582
27583
# File 'lib/eBay.rb', line 27581

def bidCountMax
  @bidCountMax
end

#bidCountMinObject

Returns the value of attribute bidCountMin.



27582
27583
27584
# File 'lib/eBay.rb', line 27582

def bidCountMin
  @bidCountMin
end

#categoryIDObject

Returns the value of attribute categoryID.



27570
27571
27572
# File 'lib/eBay.rb', line 27570

def categoryID
  @categoryID
end

#conditionObject

Returns the value of attribute condition.



27591
27592
27593
# File 'lib/eBay.rb', line 27591

def condition
  @condition
end

#currencyObject

Returns the value of attribute currency.



27580
27581
27582
# File 'lib/eBay.rb', line 27580

def currency
  @currency
end

#endTimeFromObject

Returns the value of attribute endTimeFrom.



27573
27574
27575
# File 'lib/eBay.rb', line 27573

def endTimeFrom
  @endTimeFrom
end

#endTimeToObject

Returns the value of attribute endTimeTo.



27574
27575
27576
# File 'lib/eBay.rb', line 27574

def endTimeTo
  @endTimeTo
end

#itemsAvailableToObject

Returns the value of attribute itemsAvailableTo.



27588
27589
27590
# File 'lib/eBay.rb', line 27588

def itemsAvailableTo
  @itemsAvailableTo
end

#itemsLocatedInObject

Returns the value of attribute itemsLocatedIn.



27589
27590
27591
# File 'lib/eBay.rb', line 27589

def itemsLocatedIn
  @itemsLocatedIn
end

#itemSortObject

Returns the value of attribute itemSort.



27571
27572
27573
# File 'lib/eBay.rb', line 27571

def itemSort
  @itemSort
end

#itemTypeObject

Returns the value of attribute itemType.



27577
27578
27579
# File 'lib/eBay.rb', line 27577

def itemType
  @itemType
end

#maxDistanceObject

Returns the value of attribute maxDistance.



27575
27576
27577
# File 'lib/eBay.rb', line 27575

def maxDistance
  @maxDistance
end

#paymentMethodObject

Returns the value of attribute paymentMethod.



27584
27585
27586
# File 'lib/eBay.rb', line 27584

def paymentMethod
  @paymentMethod
end

#postalCodeObject

Returns the value of attribute postalCode.



27576
27577
27578
# File 'lib/eBay.rb', line 27576

def postalCode
  @postalCode
end

#preferredLocationObject

Returns the value of attribute preferredLocation.



27585
27586
27587
# File 'lib/eBay.rb', line 27585

def preferredLocation
  @preferredLocation
end

#priceMaxObject

Returns the value of attribute priceMax.



27578
27579
27580
# File 'lib/eBay.rb', line 27578

def priceMax
  @priceMax
end

#priceMinObject

Returns the value of attribute priceMin.



27579
27580
27581
# File 'lib/eBay.rb', line 27579

def priceMin
  @priceMin
end

#quantityObject

Returns the value of attribute quantity.



27592
27593
27594
# File 'lib/eBay.rb', line 27592

def quantity
  @quantity
end

#quantityOperatorObject

Returns the value of attribute quantityOperator.



27593
27594
27595
# File 'lib/eBay.rb', line 27593

def quantityOperator
  @quantityOperator
end

#queryKeywordsObject

Returns the value of attribute queryKeywords.



27569
27570
27571
# File 'lib/eBay.rb', line 27569

def queryKeywords
  @queryKeywords
end

#searchFlagObject

Returns the value of attribute searchFlag.



27583
27584
27585
# File 'lib/eBay.rb', line 27583

def searchFlag
  @searchFlag
end

#searchNameObject

Returns the value of attribute searchName.



27567
27568
27569
# File 'lib/eBay.rb', line 27567

def searchName
  @searchName
end

#searchQueryObject

Returns the value of attribute searchQuery.



27568
27569
27570
# File 'lib/eBay.rb', line 27568

def searchQuery
  @searchQuery
end

#sellerBusinessTypeObject

Returns the value of attribute sellerBusinessType.



27590
27591
27592
# File 'lib/eBay.rb', line 27590

def sellerBusinessType
  @sellerBusinessType
end

#sellerIDObject

Returns the value of attribute sellerID.



27586
27587
27588
# File 'lib/eBay.rb', line 27586

def sellerID
  @sellerID
end

#sellerIDExcludeObject

Returns the value of attribute sellerIDExclude.



27587
27588
27589
# File 'lib/eBay.rb', line 27587

def sellerIDExclude
  @sellerIDExclude
end

#sortOrderObject

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