Class: GetMyMessagesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetMyMessagesRequestType

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
folderID - SOAP::SOAPLong
startTime - SOAP::SOAPDateTime
endTime - SOAP::SOAPDateTime

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, folderID = nil, startTime = nil, endTime = nil) ⇒ GetMyMessagesRequestType

Returns a new instance of GetMyMessagesRequestType.



2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
# File 'lib/eBay.rb', line 2781

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, alertIDs = nil, messageIDs = nil, folderID = nil, startTime = nil, endTime = 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
  @folderID = folderID
  @startTime = startTime
  @endTime = endTime
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2770
2771
2772
# File 'lib/eBay.rb', line 2770

def __xmlele_any
  @__xmlele_any
end

#alertIDsObject

Returns the value of attribute alertIDs.



2771
2772
2773
# File 'lib/eBay.rb', line 2771

def alertIDs
  @alertIDs
end

#botBlockObject

Returns the value of attribute botBlock.



2769
2770
2771
# File 'lib/eBay.rb', line 2769

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



2760
2761
2762
# File 'lib/eBay.rb', line 2760

def detailLevel
  @detailLevel
end

#endTimeObject

Returns the value of attribute endTime.



2775
2776
2777
# File 'lib/eBay.rb', line 2775

def endTime
  @endTime
end

#endUserIPObject

Returns the value of attribute endUserIP.



2764
2765
2766
# File 'lib/eBay.rb', line 2764

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2765
2766
2767
# File 'lib/eBay.rb', line 2765

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2761
2762
2763
# File 'lib/eBay.rb', line 2761

def errorLanguage
  @errorLanguage
end

#folderIDObject

Returns the value of attribute folderID.



2773
2774
2775
# File 'lib/eBay.rb', line 2773

def folderID
  @folderID
end

#invocationIDObject

Returns the value of attribute invocationID.



2766
2767
2768
# File 'lib/eBay.rb', line 2766

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



2762
2763
2764
# File 'lib/eBay.rb', line 2762

def messageID
  @messageID
end

#messageIDsObject

Returns the value of attribute messageIDs.



2772
2773
2774
# File 'lib/eBay.rb', line 2772

def messageIDs
  @messageIDs
end

#outputSelectorObject

Returns the value of attribute outputSelector.



2767
2768
2769
# File 'lib/eBay.rb', line 2767

def outputSelector
  @outputSelector
end

#startTimeObject

Returns the value of attribute startTime.



2774
2775
2776
# File 'lib/eBay.rb', line 2774

def startTime
  @startTime
end

#versionObject

Returns the value of attribute version.



2763
2764
2765
# File 'lib/eBay.rb', line 2763

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2768
2769
2770
# File 'lib/eBay.rb', line 2768

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2777
2778
2779
# File 'lib/eBay.rb', line 2777

def set_any(elements)
  @__xmlele_any = elements
end