Class: GetMemberMessagesRequestType
- Inherits:
-
Object
- Object
- GetMemberMessagesRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetMemberMessagesRequestType
Constant Summary collapse
- @@schema_type =
"GetMemberMessagesRequestType"- @@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", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]], ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]], ["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]], ["mailMessageType", ["MessageTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MailMessageType")]], ["messageStatus", ["MessageStatusTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageStatus")]], ["displayToPublic", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DisplayToPublic")]], ["startCreationTime", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "StartCreationTime")]], ["endCreationTime", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EndCreationTime")]], ["pagination", ["PaginationType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Pagination")]], ["memberMessageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MemberMessageID")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#displayToPublic ⇒ Object
Returns the value of attribute displayToPublic.
-
#endCreationTime ⇒ Object
Returns the value of attribute endCreationTime.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#mailMessageType ⇒ Object
Returns the value of attribute mailMessageType.
-
#memberMessageID ⇒ Object
Returns the value of attribute memberMessageID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#messageStatus ⇒ Object
Returns the value of attribute messageStatus.
-
#pagination ⇒ Object
Returns the value of attribute pagination.
-
#startCreationTime ⇒ Object
Returns the value of attribute startCreationTime.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, mailMessageType = nil, messageStatus = nil, displayToPublic = nil, startCreationTime = nil, endCreationTime = nil, pagination = nil, memberMessageID = nil) ⇒ GetMemberMessagesRequestType
constructor
A new instance of GetMemberMessagesRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, mailMessageType = nil, messageStatus = nil, displayToPublic = nil, startCreationTime = nil, endCreationTime = nil, pagination = nil, memberMessageID = nil) ⇒ GetMemberMessagesRequestType
Returns a new instance of GetMemberMessagesRequestType.
5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 |
# File 'lib/eBay.rb', line 5466 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, mailMessageType = nil, = nil, displayToPublic = nil, startCreationTime = nil, endCreationTime = nil, pagination = nil, memberMessageID = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @itemID = itemID @mailMessageType = mailMessageType = @displayToPublic = displayToPublic @startCreationTime = startCreationTime @endCreationTime = endCreationTime @pagination = pagination @memberMessageID = memberMessageID end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
5452 5453 5454 |
# File 'lib/eBay.rb', line 5452 def __xmlele_any @__xmlele_any end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
5445 5446 5447 |
# File 'lib/eBay.rb', line 5445 def detailLevel @detailLevel end |
#displayToPublic ⇒ Object
Returns the value of attribute displayToPublic.
5456 5457 5458 |
# File 'lib/eBay.rb', line 5456 def displayToPublic @displayToPublic end |
#endCreationTime ⇒ Object
Returns the value of attribute endCreationTime.
5458 5459 5460 |
# File 'lib/eBay.rb', line 5458 def endCreationTime @endCreationTime end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
5449 5450 5451 |
# File 'lib/eBay.rb', line 5449 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
5446 5447 5448 |
# File 'lib/eBay.rb', line 5446 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
5450 5451 5452 |
# File 'lib/eBay.rb', line 5450 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
5453 5454 5455 |
# File 'lib/eBay.rb', line 5453 def itemID @itemID end |
#mailMessageType ⇒ Object
Returns the value of attribute mailMessageType.
5454 5455 5456 |
# File 'lib/eBay.rb', line 5454 def mailMessageType @mailMessageType end |
#memberMessageID ⇒ Object
Returns the value of attribute memberMessageID.
5460 5461 5462 |
# File 'lib/eBay.rb', line 5460 def memberMessageID @memberMessageID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
5447 5448 5449 |
# File 'lib/eBay.rb', line 5447 def end |
#messageStatus ⇒ Object
Returns the value of attribute messageStatus.
5455 5456 5457 |
# File 'lib/eBay.rb', line 5455 def end |
#pagination ⇒ Object
Returns the value of attribute pagination.
5459 5460 5461 |
# File 'lib/eBay.rb', line 5459 def pagination @pagination end |
#startCreationTime ⇒ Object
Returns the value of attribute startCreationTime.
5457 5458 5459 |
# File 'lib/eBay.rb', line 5457 def startCreationTime @startCreationTime end |
#version ⇒ Object
Returns the value of attribute version.
5448 5449 5450 |
# File 'lib/eBay.rb', line 5448 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
5451 5452 5453 |
# File 'lib/eBay.rb', line 5451 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
5462 5463 5464 |
# File 'lib/eBay.rb', line 5462 def set_any(elements) @__xmlele_any = elements end |