Class: SetStoreCategoriesRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsSetStoreCategoriesRequestType

detailLevel - DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - WarningLevelCodeType
botBlock - BotBlockRequestType
action - StoreCategoryUpdateActionCodeType
itemDestinationCategoryID - SOAP::SOAPLong
destinationParentCategoryID - SOAP::SOAPLong
storeCategories - StoreCustomCategoryArrayType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, action = nil, itemDestinationCategoryID = nil, destinationParentCategoryID = nil, storeCategories = nil) ⇒ SetStoreCategoriesRequestType

Returns a new instance of SetStoreCategoriesRequestType.



6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'lib/eBay.rb', line 6734

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, action = nil, itemDestinationCategoryID = nil, destinationParentCategoryID = nil, storeCategories = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @action = action
  @itemDestinationCategoryID = itemDestinationCategoryID
  @destinationParentCategoryID = destinationParentCategoryID
  @storeCategories = storeCategories
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



6724
6725
6726
# File 'lib/eBay.rb', line 6724

def __xmlele_any
  @__xmlele_any
end

#actionObject

Returns the value of attribute action.



6725
6726
6727
# File 'lib/eBay.rb', line 6725

def action
  @action
end

#botBlockObject

Returns the value of attribute botBlock.



6723
6724
6725
# File 'lib/eBay.rb', line 6723

def botBlock
  @botBlock
end

#destinationParentCategoryIDObject

Returns the value of attribute destinationParentCategoryID.



6727
6728
6729
# File 'lib/eBay.rb', line 6727

def destinationParentCategoryID
  @destinationParentCategoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



6714
6715
6716
# File 'lib/eBay.rb', line 6714

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



6718
6719
6720
# File 'lib/eBay.rb', line 6718

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6719
6720
6721
# File 'lib/eBay.rb', line 6719

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6715
6716
6717
# File 'lib/eBay.rb', line 6715

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



6720
6721
6722
# File 'lib/eBay.rb', line 6720

def invocationID
  @invocationID
end

#itemDestinationCategoryIDObject

Returns the value of attribute itemDestinationCategoryID.



6726
6727
6728
# File 'lib/eBay.rb', line 6726

def itemDestinationCategoryID
  @itemDestinationCategoryID
end

#messageIDObject

Returns the value of attribute messageID.



6716
6717
6718
# File 'lib/eBay.rb', line 6716

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



6721
6722
6723
# File 'lib/eBay.rb', line 6721

def outputSelector
  @outputSelector
end

#storeCategoriesObject

Returns the value of attribute storeCategories.



6728
6729
6730
# File 'lib/eBay.rb', line 6728

def storeCategories
  @storeCategories
end

#versionObject

Returns the value of attribute version.



6717
6718
6719
# File 'lib/eBay.rb', line 6717

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



6722
6723
6724
# File 'lib/eBay.rb', line 6722

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



6730
6731
6732
# File 'lib/eBay.rb', line 6730

def set_any(elements)
  @__xmlele_any = elements
end