Class: GetSellerListResponseType

Inherits:
Object
  • Object
show all
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")]],
["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

Instance Method Summary collapse

Constructor Details

#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = 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.



7024
7025
7026
7027
7028
7029
7030
7031
7032
7033
7034
7035
7036
7037
7038
7039
7040
7041
7042
7043
7044
7045
# File 'lib/eBay.rb', line 7024

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = nil, paginationResult = nil, hasMoreItems = nil, itemArray = nil, itemsPerPage = nil, pageNumber = nil, returnedItemCountActual = nil, seller = nil)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



7011
7012
7013
# File 'lib/eBay.rb', line 7011

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



7000
7001
7002
# File 'lib/eBay.rb', line 7000

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



7005
7006
7007
# File 'lib/eBay.rb', line 7005

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



7001
7002
7003
# File 'lib/eBay.rb', line 7001

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



7007
7008
7009
# File 'lib/eBay.rb', line 7007

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



7002
7003
7004
# File 'lib/eBay.rb', line 7002

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



7010
7011
7012
# File 'lib/eBay.rb', line 7010

def hardExpirationWarning
  @hardExpirationWarning
end

#hasMoreItemsObject

Returns the value of attribute hasMoreItems.



7013
7014
7015
# File 'lib/eBay.rb', line 7013

def hasMoreItems
  @hasMoreItems
end

#itemArrayObject

Returns the value of attribute itemArray.



7014
7015
7016
# File 'lib/eBay.rb', line 7014

def itemArray
  @itemArray
end

#itemsPerPageObject

Returns the value of attribute itemsPerPage.



7015
7016
7017
# File 'lib/eBay.rb', line 7015

def itemsPerPage
  @itemsPerPage
end

#messageObject

Returns the value of attribute message.



7003
7004
7005
# File 'lib/eBay.rb', line 7003

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



7006
7007
7008
# File 'lib/eBay.rb', line 7006

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



7009
7010
7011
# File 'lib/eBay.rb', line 7009

def notificationSignature
  @notificationSignature
end

#pageNumberObject

Returns the value of attribute pageNumber.



7016
7017
7018
# File 'lib/eBay.rb', line 7016

def pageNumber
  @pageNumber
end

#paginationResultObject

Returns the value of attribute paginationResult.



7012
7013
7014
# File 'lib/eBay.rb', line 7012

def paginationResult
  @paginationResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



7008
7009
7010
# File 'lib/eBay.rb', line 7008

def recipientUserID
  @recipientUserID
end

#returnedItemCountActualObject

Returns the value of attribute returnedItemCountActual.



7017
7018
7019
# File 'lib/eBay.rb', line 7017

def returnedItemCountActual
  @returnedItemCountActual
end

#sellerObject

Returns the value of attribute seller.



7018
7019
7020
# File 'lib/eBay.rb', line 7018

def seller
  @seller
end

#timestampObject

Returns the value of attribute timestamp.



6999
7000
7001
# File 'lib/eBay.rb', line 6999

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



7004
7005
7006
# File 'lib/eBay.rb', line 7004

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



7020
7021
7022
# File 'lib/eBay.rb', line 7020

def set_any(elements)
  @__xmlele_any = elements
end