Class: EBay::CategoryType

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

Instance Method Summary collapse

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

Returns the value of attribute __xmlele_any.



22379
22380
22381
# File 'lib/eBay.rb', line 22379

def __xmlele_any
  @__xmlele_any
end

#autoPayEnabledObject

Returns the value of attribute autoPayEnabled.



22358
22359
22360
# File 'lib/eBay.rb', line 22358

def autoPayEnabled
  @autoPayEnabled
end

#b2BVATEnabledObject

Returns the value of attribute b2BVATEnabled.



22359
22360
22361
# File 'lib/eBay.rb', line 22359

def b2BVATEnabled
  @b2BVATEnabled
end

#bestOfferEnabledObject

Returns the value of attribute bestOfferEnabled.



22357
22358
22359
# File 'lib/eBay.rb', line 22357

def bestOfferEnabled
  @bestOfferEnabled
end

#catalogEnabledObject

Returns the value of attribute catalogEnabled.



22360
22361
22362
# File 'lib/eBay.rb', line 22360

def catalogEnabled
  @catalogEnabled
end

#categoryIDObject

Returns the value of attribute categoryID.



22361
22362
22363
# File 'lib/eBay.rb', line 22361

def categoryID
  @categoryID
end

#categoryLevelObject

Returns the value of attribute categoryLevel.



22362
22363
22364
# File 'lib/eBay.rb', line 22362

def categoryLevel
  @categoryLevel
end

#categoryNameObject

Returns the value of attribute categoryName.



22363
22364
22365
# File 'lib/eBay.rb', line 22363

def categoryName
  @categoryName
end

#categoryParentIDObject

Returns the value of attribute categoryParentID.



22364
22365
22366
# File 'lib/eBay.rb', line 22364

def categoryParentID
  @categoryParentID
end

#categoryParentNameObject

Returns the value of attribute categoryParentName.



22365
22366
22367
# File 'lib/eBay.rb', line 22365

def categoryParentName
  @categoryParentName
end

#characteristicsSetsObject

Returns the value of attribute characteristicsSets.



22368
22369
22370
# File 'lib/eBay.rb', line 22368

def characteristicsSets
  @characteristicsSets
end

#expiredObject

Returns the value of attribute expired.



22369
22370
22371
# File 'lib/eBay.rb', line 22369

def expired
  @expired
end

#intlAutosFixedCatObject

Returns the value of attribute intlAutosFixedCat.



22370
22371
22372
# File 'lib/eBay.rb', line 22370

def intlAutosFixedCat
  @intlAutosFixedCat
end

#keywordsObject

Returns the value of attribute keywords.



22378
22379
22380
# File 'lib/eBay.rb', line 22378

def keywords
  @keywords
end

#leafCategoryObject

Returns the value of attribute leafCategory.



22371
22372
22373
# File 'lib/eBay.rb', line 22371

def leafCategory
  @leafCategory
end

#lSDObject

Returns the value of attribute lSD.



22377
22378
22379
# File 'lib/eBay.rb', line 22377

def lSD
  @lSD
end

#numOfItemsObject

Returns the value of attribute numOfItems.



22373
22374
22375
# File 'lib/eBay.rb', line 22373

def numOfItems
  @numOfItems
end

#oRPAObject

Returns the value of attribute oRPA.



22375
22376
22377
# File 'lib/eBay.rb', line 22375

def oRPA
  @oRPA
end

#oRRAObject

Returns the value of attribute oRRA.



22376
22377
22378
# File 'lib/eBay.rb', line 22376

def oRRA
  @oRRA
end

#productFinderIDsObject

Returns the value of attribute productFinderIDs.



22367
22368
22369
# File 'lib/eBay.rb', line 22367

def productFinderIDs
  @productFinderIDs
end

#productSearchPageAvailableObject

Returns the value of attribute productSearchPageAvailable.



22366
22367
22368
# File 'lib/eBay.rb', line 22366

def productSearchPageAvailable
  @productSearchPageAvailable
end

#sellerGuaranteeEligibleObject

Returns the value of attribute sellerGuaranteeEligible.



22374
22375
22376
# File 'lib/eBay.rb', line 22374

def sellerGuaranteeEligible
  @sellerGuaranteeEligible
end

#virtualObject

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