Class: GetMemberMessagesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetMemberMessagesRequestType

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
itemID - (any)
mailMessageType - MessageTypeCodeType
messageStatus - MessageStatusTypeCodeType
displayToPublic - SOAP::SOAPBoolean
startCreationTime - SOAP::SOAPDateTime
endCreationTime - SOAP::SOAPDateTime
pagination - PaginationType
memberMessageID - SOAP::SOAPString
senderID - (any)

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, itemID = nil, mailMessageType = nil, messageStatus = nil, displayToPublic = nil, startCreationTime = nil, endCreationTime = nil, pagination = nil, memberMessageID = nil, senderID = nil) ⇒ GetMemberMessagesRequestType

Returns a new instance of GetMemberMessagesRequestType.



2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
# File 'lib/eBay.rb', line 2670

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, mailMessageType = nil, messageStatus = nil, displayToPublic = nil, startCreationTime = nil, endCreationTime = nil, pagination = nil, memberMessageID = nil, senderID = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @itemID = itemID
  @mailMessageType = mailMessageType
  @messageStatus = messageStatus
  @displayToPublic = displayToPublic
  @startCreationTime = startCreationTime
  @endCreationTime = endCreationTime
  @pagination = pagination
  @memberMessageID = memberMessageID
  @senderID = senderID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2655
2656
2657
# File 'lib/eBay.rb', line 2655

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



2654
2655
2656
# File 'lib/eBay.rb', line 2654

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



2645
2646
2647
# File 'lib/eBay.rb', line 2645

def detailLevel
  @detailLevel
end

#displayToPublicObject

Returns the value of attribute displayToPublic.



2659
2660
2661
# File 'lib/eBay.rb', line 2659

def displayToPublic
  @displayToPublic
end

#endCreationTimeObject

Returns the value of attribute endCreationTime.



2661
2662
2663
# File 'lib/eBay.rb', line 2661

def endCreationTime
  @endCreationTime
end

#endUserIPObject

Returns the value of attribute endUserIP.



2649
2650
2651
# File 'lib/eBay.rb', line 2649

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2650
2651
2652
# File 'lib/eBay.rb', line 2650

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2646
2647
2648
# File 'lib/eBay.rb', line 2646

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



2651
2652
2653
# File 'lib/eBay.rb', line 2651

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



2656
2657
2658
# File 'lib/eBay.rb', line 2656

def itemID
  @itemID
end

#mailMessageTypeObject

Returns the value of attribute mailMessageType.



2657
2658
2659
# File 'lib/eBay.rb', line 2657

def mailMessageType
  @mailMessageType
end

#memberMessageIDObject

Returns the value of attribute memberMessageID.



2663
2664
2665
# File 'lib/eBay.rb', line 2663

def memberMessageID
  @memberMessageID
end

#messageIDObject

Returns the value of attribute messageID.



2647
2648
2649
# File 'lib/eBay.rb', line 2647

def messageID
  @messageID
end

#messageStatusObject

Returns the value of attribute messageStatus.



2658
2659
2660
# File 'lib/eBay.rb', line 2658

def messageStatus
  @messageStatus
end

#outputSelectorObject

Returns the value of attribute outputSelector.



2652
2653
2654
# File 'lib/eBay.rb', line 2652

def outputSelector
  @outputSelector
end

#paginationObject

Returns the value of attribute pagination.



2662
2663
2664
# File 'lib/eBay.rb', line 2662

def pagination
  @pagination
end

#senderIDObject

Returns the value of attribute senderID.



2664
2665
2666
# File 'lib/eBay.rb', line 2664

def senderID
  @senderID
end

#startCreationTimeObject

Returns the value of attribute startCreationTime.



2660
2661
2662
# File 'lib/eBay.rb', line 2660

def startCreationTime
  @startCreationTime
end

#versionObject

Returns the value of attribute version.



2648
2649
2650
# File 'lib/eBay.rb', line 2648

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2653
2654
2655
# File 'lib/eBay.rb', line 2653

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2666
2667
2668
# File 'lib/eBay.rb', line 2666

def set_any(elements)
  @__xmlele_any = elements
end