Class: GetSellerListResponseType
- Inherits:
-
Object
- Object
- GetSellerListResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetSellerListResponseType
Constant Summary collapse
- @@schema_type =
"GetSellerListResponseType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]], ["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]], ["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]], ["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]], ["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]], ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]], ["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]], ["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]], ["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]], ["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]], ["eIASToken", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EIASToken")]], ["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]], ["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]], ["paginationResult", ["PaginationResultType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PaginationResult")]], ["hasMoreItems", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HasMoreItems")]], ["itemArray", ["ItemArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemArray")]], ["itemsPerPage", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemsPerPage")]], ["pageNumber", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PageNumber")]], ["returnedItemCountActual", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ReturnedItemCountActual")]], ["seller", ["UserType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Seller")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#build ⇒ Object
Returns the value of attribute build.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#hasMoreItems ⇒ Object
Returns the value of attribute hasMoreItems.
-
#itemArray ⇒ Object
Returns the value of attribute itemArray.
-
#itemsPerPage ⇒ Object
Returns the value of attribute itemsPerPage.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
-
#paginationResult ⇒ Object
Returns the value of attribute paginationResult.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#returnedItemCountActual ⇒ Object
Returns the value of attribute returnedItemCountActual.
-
#seller ⇒ Object
Returns the value of attribute seller.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, paginationResult = nil, hasMoreItems = nil, itemArray = nil, itemsPerPage = nil, pageNumber = nil, returnedItemCountActual = nil, seller = nil) ⇒ GetSellerListResponseType
constructor
A new instance of GetSellerListResponseType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, paginationResult = nil, hasMoreItems = nil, itemArray = nil, itemsPerPage = nil, pageNumber = nil, returnedItemCountActual = nil, seller = nil) ⇒ GetSellerListResponseType
Returns a new instance of GetSellerListResponseType.
8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 8797 8798 8799 8800 8801 8802 8803 8804 8805 8806 |
# File 'lib/eBay.rb', line 8784 def initialize( = nil, ack = nil, correlationID = nil, errors = [], = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, paginationResult = nil, hasMoreItems = nil, itemArray = nil, itemsPerPage = nil, pageNumber = nil, returnedItemCountActual = nil, seller = nil) @timestamp = @ack = ack @correlationID = correlationID @errors = errors @message = @version = version @build = build @notificationEventName = notificationEventName @duplicateInvocationDetails = duplicateInvocationDetails @recipientUserID = recipientUserID @eIASToken = eIASToken @notificationSignature = notificationSignature @hardExpirationWarning = hardExpirationWarning @__xmlele_any = nil @paginationResult = paginationResult @hasMoreItems = hasMoreItems @itemArray = itemArray @itemsPerPage = itemsPerPage @pageNumber = pageNumber @returnedItemCountActual = returnedItemCountActual @seller = seller end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
8771 8772 8773 |
# File 'lib/eBay.rb', line 8771 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
8759 8760 8761 |
# File 'lib/eBay.rb', line 8759 def ack @ack end |
#build ⇒ Object
Returns the value of attribute build.
8764 8765 8766 |
# File 'lib/eBay.rb', line 8764 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
8760 8761 8762 |
# File 'lib/eBay.rb', line 8760 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
8766 8767 8768 |
# File 'lib/eBay.rb', line 8766 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
8768 8769 8770 |
# File 'lib/eBay.rb', line 8768 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
8761 8762 8763 |
# File 'lib/eBay.rb', line 8761 def errors @errors end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
8770 8771 8772 |
# File 'lib/eBay.rb', line 8770 def hardExpirationWarning @hardExpirationWarning end |
#hasMoreItems ⇒ Object
Returns the value of attribute hasMoreItems.
8773 8774 8775 |
# File 'lib/eBay.rb', line 8773 def hasMoreItems @hasMoreItems end |
#itemArray ⇒ Object
Returns the value of attribute itemArray.
8774 8775 8776 |
# File 'lib/eBay.rb', line 8774 def itemArray @itemArray end |
#itemsPerPage ⇒ Object
Returns the value of attribute itemsPerPage.
8775 8776 8777 |
# File 'lib/eBay.rb', line 8775 def itemsPerPage @itemsPerPage end |
#message ⇒ Object
Returns the value of attribute message.
8762 8763 8764 |
# File 'lib/eBay.rb', line 8762 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
8765 8766 8767 |
# File 'lib/eBay.rb', line 8765 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
8769 8770 8771 |
# File 'lib/eBay.rb', line 8769 def notificationSignature @notificationSignature end |
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
8776 8777 8778 |
# File 'lib/eBay.rb', line 8776 def pageNumber @pageNumber end |
#paginationResult ⇒ Object
Returns the value of attribute paginationResult.
8772 8773 8774 |
# File 'lib/eBay.rb', line 8772 def paginationResult @paginationResult end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
8767 8768 8769 |
# File 'lib/eBay.rb', line 8767 def recipientUserID @recipientUserID end |
#returnedItemCountActual ⇒ Object
Returns the value of attribute returnedItemCountActual.
8777 8778 8779 |
# File 'lib/eBay.rb', line 8777 def returnedItemCountActual @returnedItemCountActual end |
#seller ⇒ Object
Returns the value of attribute seller.
8778 8779 8780 |
# File 'lib/eBay.rb', line 8778 def seller @seller end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
8758 8759 8760 |
# File 'lib/eBay.rb', line 8758 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
8763 8764 8765 |
# File 'lib/eBay.rb', line 8763 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
8780 8781 8782 |
# File 'lib/eBay.rb', line 8780 def set_any(elements) @__xmlele_any = elements end |