Class: EBay::CategoryType
- Inherits:
-
Object
- Object
- EBay::CategoryType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsCategoryType
bestOfferEnabled - SOAP::SOAPBoolean
autoPayEnabled - SOAP::SOAPBoolean
b2BVATEnabled - SOAP::SOAPBoolean
catalogEnabled - SOAP::SOAPBoolean
categoryID - SOAP::SOAPString
categoryLevel - SOAP::SOAPInt
categoryName - SOAP::SOAPString
categoryParentID - SOAP::SOAPString
categoryParentName - SOAP::SOAPString
productSearchPageAvailable - SOAP::SOAPBoolean
productFinderIDs - EBay::ExtendedProductFinderIDType
characteristicsSets - EBay::CharacteristicsSetType
expired - SOAP::SOAPBoolean
intlAutosFixedCat - SOAP::SOAPBoolean
leafCategory - SOAP::SOAPBoolean
virtual - SOAP::SOAPBoolean
numOfItems - SOAP::SOAPInt
sellerGuaranteeEligible - SOAP::SOAPBoolean
oRPA - SOAP::SOAPBoolean
oRRA - SOAP::SOAPBoolean
lSD - SOAP::SOAPBoolean
keywords - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#autoPayEnabled ⇒ Object
Returns the value of attribute autoPayEnabled.
-
#b2BVATEnabled ⇒ Object
Returns the value of attribute b2BVATEnabled.
-
#bestOfferEnabled ⇒ Object
Returns the value of attribute bestOfferEnabled.
-
#catalogEnabled ⇒ Object
Returns the value of attribute catalogEnabled.
-
#categoryID ⇒ Object
Returns the value of attribute categoryID.
-
#categoryLevel ⇒ Object
Returns the value of attribute categoryLevel.
-
#categoryName ⇒ Object
Returns the value of attribute categoryName.
-
#categoryParentID ⇒ Object
Returns the value of attribute categoryParentID.
-
#categoryParentName ⇒ Object
Returns the value of attribute categoryParentName.
-
#characteristicsSets ⇒ Object
Returns the value of attribute characteristicsSets.
-
#expired ⇒ Object
Returns the value of attribute expired.
-
#intlAutosFixedCat ⇒ Object
Returns the value of attribute intlAutosFixedCat.
-
#keywords ⇒ Object
Returns the value of attribute keywords.
-
#leafCategory ⇒ Object
Returns the value of attribute leafCategory.
-
#lSD ⇒ Object
Returns the value of attribute lSD.
-
#numOfItems ⇒ Object
Returns the value of attribute numOfItems.
-
#oRPA ⇒ Object
Returns the value of attribute oRPA.
-
#oRRA ⇒ Object
Returns the value of attribute oRRA.
-
#productFinderIDs ⇒ Object
Returns the value of attribute productFinderIDs.
-
#productSearchPageAvailable ⇒ Object
Returns the value of attribute productSearchPageAvailable.
-
#sellerGuaranteeEligible ⇒ Object
Returns the value of attribute sellerGuaranteeEligible.
-
#virtual ⇒ Object
Returns the value of attribute virtual.
Instance Method Summary collapse
-
#initialize(bestOfferEnabled = nil, autoPayEnabled = nil, b2BVATEnabled = nil, catalogEnabled = nil, categoryID = nil, categoryLevel = nil, categoryName = nil, categoryParentID = [], categoryParentName = [], productSearchPageAvailable = nil, productFinderIDs = [], characteristicsSets = [], expired = nil, intlAutosFixedCat = nil, leafCategory = nil, virtual = nil, numOfItems = nil, sellerGuaranteeEligible = nil, oRPA = nil, oRRA = nil, lSD = nil, keywords = nil) ⇒ CategoryType
constructor
A new instance of CategoryType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(bestOfferEnabled = nil, autoPayEnabled = nil, b2BVATEnabled = nil, catalogEnabled = nil, categoryID = nil, categoryLevel = nil, categoryName = nil, categoryParentID = [], categoryParentName = [], productSearchPageAvailable = nil, productFinderIDs = [], characteristicsSets = [], expired = nil, intlAutosFixedCat = nil, leafCategory = nil, virtual = nil, numOfItems = nil, sellerGuaranteeEligible = nil, oRPA = nil, oRRA = nil, lSD = nil, keywords = nil) ⇒ CategoryType
Returns a new instance of CategoryType.
22385 22386 22387 22388 22389 22390 22391 22392 22393 22394 22395 22396 22397 22398 22399 22400 22401 22402 22403 22404 22405 22406 22407 22408 22409 |
# File 'lib/eBay.rb', line 22385 def initialize(bestOfferEnabled = nil, autoPayEnabled = nil, b2BVATEnabled = nil, catalogEnabled = nil, categoryID = nil, categoryLevel = nil, categoryName = nil, categoryParentID = [], categoryParentName = [], productSearchPageAvailable = nil, productFinderIDs = [], characteristicsSets = [], expired = nil, intlAutosFixedCat = nil, leafCategory = nil, virtual = nil, numOfItems = nil, sellerGuaranteeEligible = nil, oRPA = nil, oRRA = nil, lSD = nil, keywords = nil) @bestOfferEnabled = bestOfferEnabled @autoPayEnabled = autoPayEnabled @b2BVATEnabled = b2BVATEnabled @catalogEnabled = catalogEnabled @categoryID = categoryID @categoryLevel = categoryLevel @categoryName = categoryName @categoryParentID = categoryParentID @categoryParentName = categoryParentName @productSearchPageAvailable = productSearchPageAvailable @productFinderIDs = productFinderIDs @characteristicsSets = characteristicsSets @expired = expired @intlAutosFixedCat = intlAutosFixedCat @leafCategory = leafCategory @virtual = virtual @numOfItems = numOfItems @sellerGuaranteeEligible = sellerGuaranteeEligible @oRPA = oRPA @oRRA = oRRA @lSD = lSD @keywords = keywords @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
22379 22380 22381 |
# File 'lib/eBay.rb', line 22379 def __xmlele_any @__xmlele_any end |
#autoPayEnabled ⇒ Object
Returns the value of attribute autoPayEnabled.
22358 22359 22360 |
# File 'lib/eBay.rb', line 22358 def autoPayEnabled @autoPayEnabled end |
#b2BVATEnabled ⇒ Object
Returns the value of attribute b2BVATEnabled.
22359 22360 22361 |
# File 'lib/eBay.rb', line 22359 def b2BVATEnabled @b2BVATEnabled end |
#bestOfferEnabled ⇒ Object
Returns the value of attribute bestOfferEnabled.
22357 22358 22359 |
# File 'lib/eBay.rb', line 22357 def bestOfferEnabled @bestOfferEnabled end |
#catalogEnabled ⇒ Object
Returns the value of attribute catalogEnabled.
22360 22361 22362 |
# File 'lib/eBay.rb', line 22360 def catalogEnabled @catalogEnabled end |
#categoryID ⇒ Object
Returns the value of attribute categoryID.
22361 22362 22363 |
# File 'lib/eBay.rb', line 22361 def categoryID @categoryID end |
#categoryLevel ⇒ Object
Returns the value of attribute categoryLevel.
22362 22363 22364 |
# File 'lib/eBay.rb', line 22362 def categoryLevel @categoryLevel end |
#categoryName ⇒ Object
Returns the value of attribute categoryName.
22363 22364 22365 |
# File 'lib/eBay.rb', line 22363 def categoryName @categoryName end |
#categoryParentID ⇒ Object
Returns the value of attribute categoryParentID.
22364 22365 22366 |
# File 'lib/eBay.rb', line 22364 def categoryParentID @categoryParentID end |
#categoryParentName ⇒ Object
Returns the value of attribute categoryParentName.
22365 22366 22367 |
# File 'lib/eBay.rb', line 22365 def categoryParentName @categoryParentName end |
#characteristicsSets ⇒ Object
Returns the value of attribute characteristicsSets.
22368 22369 22370 |
# File 'lib/eBay.rb', line 22368 def characteristicsSets @characteristicsSets end |
#expired ⇒ Object
Returns the value of attribute expired.
22369 22370 22371 |
# File 'lib/eBay.rb', line 22369 def expired @expired end |
#intlAutosFixedCat ⇒ Object
Returns the value of attribute intlAutosFixedCat.
22370 22371 22372 |
# File 'lib/eBay.rb', line 22370 def intlAutosFixedCat @intlAutosFixedCat end |
#keywords ⇒ Object
Returns the value of attribute keywords.
22378 22379 22380 |
# File 'lib/eBay.rb', line 22378 def keywords @keywords end |
#leafCategory ⇒ Object
Returns the value of attribute leafCategory.
22371 22372 22373 |
# File 'lib/eBay.rb', line 22371 def leafCategory @leafCategory end |
#lSD ⇒ Object
Returns the value of attribute lSD.
22377 22378 22379 |
# File 'lib/eBay.rb', line 22377 def lSD @lSD end |
#numOfItems ⇒ Object
Returns the value of attribute numOfItems.
22373 22374 22375 |
# File 'lib/eBay.rb', line 22373 def numOfItems @numOfItems end |
#oRPA ⇒ Object
Returns the value of attribute oRPA.
22375 22376 22377 |
# File 'lib/eBay.rb', line 22375 def oRPA @oRPA end |
#oRRA ⇒ Object
Returns the value of attribute oRRA.
22376 22377 22378 |
# File 'lib/eBay.rb', line 22376 def oRRA @oRRA end |
#productFinderIDs ⇒ Object
Returns the value of attribute productFinderIDs.
22367 22368 22369 |
# File 'lib/eBay.rb', line 22367 def productFinderIDs @productFinderIDs end |
#productSearchPageAvailable ⇒ Object
Returns the value of attribute productSearchPageAvailable.
22366 22367 22368 |
# File 'lib/eBay.rb', line 22366 def productSearchPageAvailable @productSearchPageAvailable end |
#sellerGuaranteeEligible ⇒ Object
Returns the value of attribute sellerGuaranteeEligible.
22374 22375 22376 |
# File 'lib/eBay.rb', line 22374 def sellerGuaranteeEligible @sellerGuaranteeEligible end |
#virtual ⇒ Object
Returns the value of attribute virtual.
22372 22373 22374 |
# File 'lib/eBay.rb', line 22372 def virtual @virtual end |
Instance Method Details
#set_any(elements) ⇒ Object
22381 22382 22383 |
# File 'lib/eBay.rb', line 22381 def set_any(elements) @__xmlele_any = elements end |