Class: EBay::AddSellingManagerInventoryFolderRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddSellingManagerInventoryFolderRequestType

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
folderName - SOAP::SOAPString
parentFolderID - SOAP::SOAPLong
comment - SOAP::SOAPString

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, folderName = nil, parentFolderID = nil, comment = nil) ⇒ AddSellingManagerInventoryFolderRequestType

Returns a new instance of AddSellingManagerInventoryFolderRequestType.



641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
# File 'lib/eBay.rb', line 641

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, folderName = nil, parentFolderID = nil, comment = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @folderName = folderName
  @parentFolderID = parentFolderID
  @comment = comment
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



632
633
634
# File 'lib/eBay.rb', line 632

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



631
632
633
# File 'lib/eBay.rb', line 631

def botBlock
  @botBlock
end

#commentObject

Returns the value of attribute comment.



635
636
637
# File 'lib/eBay.rb', line 635

def comment
  @comment
end

#detailLevelObject

Returns the value of attribute detailLevel.



622
623
624
# File 'lib/eBay.rb', line 622

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



626
627
628
# File 'lib/eBay.rb', line 626

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



627
628
629
# File 'lib/eBay.rb', line 627

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



623
624
625
# File 'lib/eBay.rb', line 623

def errorLanguage
  @errorLanguage
end

#folderNameObject

Returns the value of attribute folderName.



633
634
635
# File 'lib/eBay.rb', line 633

def folderName
  @folderName
end

#invocationIDObject

Returns the value of attribute invocationID.



628
629
630
# File 'lib/eBay.rb', line 628

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



624
625
626
# File 'lib/eBay.rb', line 624

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



629
630
631
# File 'lib/eBay.rb', line 629

def outputSelector
  @outputSelector
end

#parentFolderIDObject

Returns the value of attribute parentFolderID.



634
635
636
# File 'lib/eBay.rb', line 634

def parentFolderID
  @parentFolderID
end

#versionObject

Returns the value of attribute version.



625
626
627
# File 'lib/eBay.rb', line 625

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



630
631
632
# File 'lib/eBay.rb', line 630

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



637
638
639
# File 'lib/eBay.rb', line 637

def set_any(elements)
  @__xmlele_any = elements
end