Class: ReviseMyMessagesRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsReviseMyMessagesRequestType

Constant Summary collapse

@@schema_type =
"ReviseMyMessagesRequestType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]],
["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]],
["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]],
["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]],
["invocationID", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
["messageIDs", ["MyMessagesMessageIDArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageIDs")]],
["alertIDs", ["MyMessagesAlertIDArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AlertIDs")]],
["read", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Read")]],
["flagged", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Flagged")]],
["folderID", ["SOAP::SOAPLong", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FolderID")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, messageIDs = nil, alertIDs = nil, read = nil, flagged = nil, folderID = nil) ⇒ ReviseMyMessagesRequestType

Returns a new instance of ReviseMyMessagesRequestType.



9696
9697
9698
9699
9700
9701
9702
9703
9704
9705
9706
9707
9708
9709
# File 'lib/eBay.rb', line 9696

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, messageIDs = nil, alertIDs = nil, read = nil, flagged = nil, folderID = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @__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.



9685
9686
9687
# File 'lib/eBay.rb', line 9685

def __xmlele_any
  @__xmlele_any
end

#alertIDsObject

Returns the value of attribute alertIDs.



9687
9688
9689
# File 'lib/eBay.rb', line 9687

def alertIDs
  @alertIDs
end

#detailLevelObject

Returns the value of attribute detailLevel.



9679
9680
9681
# File 'lib/eBay.rb', line 9679

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



9683
9684
9685
# File 'lib/eBay.rb', line 9683

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



9680
9681
9682
# File 'lib/eBay.rb', line 9680

def errorLanguage
  @errorLanguage
end

#flaggedObject

Returns the value of attribute flagged.



9689
9690
9691
# File 'lib/eBay.rb', line 9689

def flagged
  @flagged
end

#folderIDObject

Returns the value of attribute folderID.



9690
9691
9692
# File 'lib/eBay.rb', line 9690

def folderID
  @folderID
end

#invocationIDObject

Returns the value of attribute invocationID.



9684
9685
9686
# File 'lib/eBay.rb', line 9684

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



9681
9682
9683
# File 'lib/eBay.rb', line 9681

def messageID
  @messageID
end

#messageIDsObject

Returns the value of attribute messageIDs.



9686
9687
9688
# File 'lib/eBay.rb', line 9686

def messageIDs
  @messageIDs
end

#readObject

Returns the value of attribute read.



9688
9689
9690
# File 'lib/eBay.rb', line 9688

def read
  @read
end

#versionObject

Returns the value of attribute version.



9682
9683
9684
# File 'lib/eBay.rb', line 9682

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



9692
9693
9694
# File 'lib/eBay.rb', line 9692

def set_any(elements)
  @__xmlele_any = elements
end