Class: EBay::ReviseMyMessagesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsReviseMyMessagesRequestType

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
messageIDs - EBay::MyMessagesMessageIDArrayType
alertIDs - EBay::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.



6937
6938
6939
6940
6941
6942
6943
6944
6945
6946
6947
6948
6949
6950
6951
6952
6953
6954
# File 'lib/eBay.rb', line 6937

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.



6926
6927
6928
# File 'lib/eBay.rb', line 6926

def __xmlele_any
  @__xmlele_any
end

#alertIDsObject

Returns the value of attribute alertIDs.



6928
6929
6930
# File 'lib/eBay.rb', line 6928

def alertIDs
  @alertIDs
end

#botBlockObject

Returns the value of attribute botBlock.



6925
6926
6927
# File 'lib/eBay.rb', line 6925

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



6916
6917
6918
# File 'lib/eBay.rb', line 6916

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



6920
6921
6922
# File 'lib/eBay.rb', line 6920

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6921
6922
6923
# File 'lib/eBay.rb', line 6921

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6917
6918
6919
# File 'lib/eBay.rb', line 6917

def errorLanguage
  @errorLanguage
end

#flaggedObject

Returns the value of attribute flagged.



6930
6931
6932
# File 'lib/eBay.rb', line 6930

def flagged
  @flagged
end

#folderIDObject

Returns the value of attribute folderID.



6931
6932
6933
# File 'lib/eBay.rb', line 6931

def folderID
  @folderID
end

#invocationIDObject

Returns the value of attribute invocationID.



6922
6923
6924
# File 'lib/eBay.rb', line 6922

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



6918
6919
6920
# File 'lib/eBay.rb', line 6918

def messageID
  @messageID
end

#messageIDsObject

Returns the value of attribute messageIDs.



6927
6928
6929
# File 'lib/eBay.rb', line 6927

def messageIDs
  @messageIDs
end

#outputSelectorObject

Returns the value of attribute outputSelector.



6923
6924
6925
# File 'lib/eBay.rb', line 6923

def outputSelector
  @outputSelector
end

#readObject

Returns the value of attribute read.



6929
6930
6931
# File 'lib/eBay.rb', line 6929

def read
  @read
end

#versionObject

Returns the value of attribute version.



6919
6920
6921
# File 'lib/eBay.rb', line 6919

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



6924
6925
6926
# File 'lib/eBay.rb', line 6924

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



6933
6934
6935
# File 'lib/eBay.rb', line 6933

def set_any(elements)
  @__xmlele_any = elements
end