Class: EBay::AddSellingManagerProductRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddSellingManagerProductRequestType

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
sellingManagerProductDetails - EBay::SellingManagerProductDetailsType
folderID - SOAP::SOAPLong
sellingManagerProductSpecifics - EBay::SellingManagerProductSpecificsType

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, sellingManagerProductDetails = nil, folderID = nil, sellingManagerProductSpecifics = nil) ⇒ AddSellingManagerProductRequestType

Returns a new instance of AddSellingManagerProductRequestType.



693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
# File 'lib/eBay.rb', line 693

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, sellingManagerProductDetails = nil, folderID = nil, sellingManagerProductSpecifics = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @sellingManagerProductDetails = sellingManagerProductDetails
  @folderID = folderID
  @sellingManagerProductSpecifics = sellingManagerProductSpecifics
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



684
685
686
# File 'lib/eBay.rb', line 684

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



683
684
685
# File 'lib/eBay.rb', line 683

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



674
675
676
# File 'lib/eBay.rb', line 674

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



678
679
680
# File 'lib/eBay.rb', line 678

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



679
680
681
# File 'lib/eBay.rb', line 679

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



675
676
677
# File 'lib/eBay.rb', line 675

def errorLanguage
  @errorLanguage
end

#folderIDObject

Returns the value of attribute folderID.



686
687
688
# File 'lib/eBay.rb', line 686

def folderID
  @folderID
end

#invocationIDObject

Returns the value of attribute invocationID.



680
681
682
# File 'lib/eBay.rb', line 680

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



676
677
678
# File 'lib/eBay.rb', line 676

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



681
682
683
# File 'lib/eBay.rb', line 681

def outputSelector
  @outputSelector
end

#sellingManagerProductDetailsObject

Returns the value of attribute sellingManagerProductDetails.



685
686
687
# File 'lib/eBay.rb', line 685

def sellingManagerProductDetails
  @sellingManagerProductDetails
end

#sellingManagerProductSpecificsObject

Returns the value of attribute sellingManagerProductSpecifics.



687
688
689
# File 'lib/eBay.rb', line 687

def sellingManagerProductSpecifics
  @sellingManagerProductSpecifics
end

#versionObject

Returns the value of attribute version.



677
678
679
# File 'lib/eBay.rb', line 677

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



682
683
684
# File 'lib/eBay.rb', line 682

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



689
690
691
# File 'lib/eBay.rb', line 689

def set_any(elements)
  @__xmlele_any = elements
end