Class: DeleteMyMessagesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsDeleteMyMessagesRequestType

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
alertIDs - MyMessagesAlertIDArrayType
messageIDs - MyMessagesMessageIDArrayType

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, alertIDs = nil, messageIDs = nil) ⇒ DeleteMyMessagesRequestType

Returns a new instance of DeleteMyMessagesRequestType.



816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
# File 'lib/eBay.rb', line 816

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



808
809
810
# File 'lib/eBay.rb', line 808

def __xmlele_any
  @__xmlele_any
end

#alertIDsObject

Returns the value of attribute alertIDs.



809
810
811
# File 'lib/eBay.rb', line 809

def alertIDs
  @alertIDs
end

#botBlockObject

Returns the value of attribute botBlock.



807
808
809
# File 'lib/eBay.rb', line 807

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



798
799
800
# File 'lib/eBay.rb', line 798

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



802
803
804
# File 'lib/eBay.rb', line 802

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



803
804
805
# File 'lib/eBay.rb', line 803

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



799
800
801
# File 'lib/eBay.rb', line 799

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



804
805
806
# File 'lib/eBay.rb', line 804

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



800
801
802
# File 'lib/eBay.rb', line 800

def messageID
  @messageID
end

#messageIDsObject

Returns the value of attribute messageIDs.



810
811
812
# File 'lib/eBay.rb', line 810

def messageIDs
  @messageIDs
end

#outputSelectorObject

Returns the value of attribute outputSelector.



805
806
807
# File 'lib/eBay.rb', line 805

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



801
802
803
# File 'lib/eBay.rb', line 801

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



806
807
808
# File 'lib/eBay.rb', line 806

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



812
813
814
# File 'lib/eBay.rb', line 812

def set_any(elements)
  @__xmlele_any = elements
end