Class: ReviseMyMessagesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsReviseMyMessagesRequestType

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
messageIDs - MyMessagesMessageIDArrayType
alertIDs - MyMessagesAlertIDArrayType
read - SOAP::SOAPBoolean
flagged - SOAP::SOAPBoolean
folderID - SOAP::SOAPLong

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, messageIDs = nil, alertIDs = nil, read = nil, flagged = nil, folderID = nil) ⇒ ReviseMyMessagesRequestType

Returns a new instance of ReviseMyMessagesRequestType.



6003
6004
6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
# File 'lib/eBay.rb', line 6003

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5992
5993
5994
# File 'lib/eBay.rb', line 5992

def __xmlele_any
  @__xmlele_any
end

#alertIDsObject

Returns the value of attribute alertIDs.



5994
5995
5996
# File 'lib/eBay.rb', line 5994

def alertIDs
  @alertIDs
end

#botBlockObject

Returns the value of attribute botBlock.



5991
5992
5993
# File 'lib/eBay.rb', line 5991

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



5982
5983
5984
# File 'lib/eBay.rb', line 5982

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



5986
5987
5988
# File 'lib/eBay.rb', line 5986

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5987
5988
5989
# File 'lib/eBay.rb', line 5987

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5983
5984
5985
# File 'lib/eBay.rb', line 5983

def errorLanguage
  @errorLanguage
end

#flaggedObject

Returns the value of attribute flagged.



5996
5997
5998
# File 'lib/eBay.rb', line 5996

def flagged
  @flagged
end

#folderIDObject

Returns the value of attribute folderID.



5997
5998
5999
# File 'lib/eBay.rb', line 5997

def folderID
  @folderID
end

#invocationIDObject

Returns the value of attribute invocationID.



5988
5989
5990
# File 'lib/eBay.rb', line 5988

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



5984
5985
5986
# File 'lib/eBay.rb', line 5984

def messageID
  @messageID
end

#messageIDsObject

Returns the value of attribute messageIDs.



5993
5994
5995
# File 'lib/eBay.rb', line 5993

def messageIDs
  @messageIDs
end

#outputSelectorObject

Returns the value of attribute outputSelector.



5989
5990
5991
# File 'lib/eBay.rb', line 5989

def outputSelector
  @outputSelector
end

#readObject

Returns the value of attribute read.



5995
5996
5997
# File 'lib/eBay.rb', line 5995

def read
  @read
end

#versionObject

Returns the value of attribute version.



5985
5986
5987
# File 'lib/eBay.rb', line 5985

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



5990
5991
5992
# File 'lib/eBay.rb', line 5990

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



5999
6000
6001
# File 'lib/eBay.rb', line 5999

def set_any(elements)
  @__xmlele_any = elements
end