Class: EBay::AddSellingManagerTemplateRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddSellingManagerTemplateRequestType

detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
item - EBay::ItemType
saleTemplateName - SOAP::SOAPString
productID - SOAP::SOAPLong

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, item = nil, saleTemplateName = nil, productID = nil) ⇒ AddSellingManagerTemplateRequestType

Returns a new instance of AddSellingManagerTemplateRequestType.



745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
# File 'lib/eBay.rb', line 745

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, item = nil, saleTemplateName = nil, productID = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @item = item
  @saleTemplateName = saleTemplateName
  @productID = productID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



736
737
738
# File 'lib/eBay.rb', line 736

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



735
736
737
# File 'lib/eBay.rb', line 735

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



726
727
728
# File 'lib/eBay.rb', line 726

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



730
731
732
# File 'lib/eBay.rb', line 730

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



731
732
733
# File 'lib/eBay.rb', line 731

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



727
728
729
# File 'lib/eBay.rb', line 727

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



732
733
734
# File 'lib/eBay.rb', line 732

def invocationID
  @invocationID
end

#itemObject

Returns the value of attribute item.



737
738
739
# File 'lib/eBay.rb', line 737

def item
  @item
end

#messageIDObject

Returns the value of attribute messageID.



728
729
730
# File 'lib/eBay.rb', line 728

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



733
734
735
# File 'lib/eBay.rb', line 733

def outputSelector
  @outputSelector
end

#productIDObject

Returns the value of attribute productID.



739
740
741
# File 'lib/eBay.rb', line 739

def productID
  @productID
end

#saleTemplateNameObject

Returns the value of attribute saleTemplateName.



738
739
740
# File 'lib/eBay.rb', line 738

def saleTemplateName
  @saleTemplateName
end

#versionObject

Returns the value of attribute version.



729
730
731
# File 'lib/eBay.rb', line 729

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



734
735
736
# File 'lib/eBay.rb', line 734

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



741
742
743
# File 'lib/eBay.rb', line 741

def set_any(elements)
  @__xmlele_any = elements
end