Class: EBay::GetSellerListResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetSellerListResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetSellerListResponseType
- SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
- SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
paginationResult - EBay::PaginationResultType
hasMoreItems - SOAP::SOAPBoolean
itemArray - EBay::ItemArrayType
itemsPerPage - SOAP::SOAPInt
pageNumber - SOAP::SOAPInt
returnedItemCountActual - SOAP::SOAPInt
seller - EBay::UserType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#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.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#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, botBlock = nil, externalUserData = 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, botBlock = nil, externalUserData = nil, paginationResult = nil, hasMoreItems = nil, itemArray = nil, itemsPerPage = nil, pageNumber = nil, returnedItemCountActual = nil, seller = nil) ⇒ GetSellerListResponseType
Returns a new instance of GetSellerListResponseType.
14204 14205 14206 14207 14208 14209 14210 14211 14212 14213 14214 14215 14216 14217 14218 14219 14220 14221 14222 14223 14224 14225 14226 14227 14228 |
# File 'lib/eBay.rb', line 14204 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, botBlock = nil, externalUserData = 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 @botBlock = botBlock @externalUserData = externalUserData @__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.
14191 14192 14193 |
# File 'lib/eBay.rb', line 14191 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
14177 14178 14179 |
# File 'lib/eBay.rb', line 14177 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
14189 14190 14191 |
# File 'lib/eBay.rb', line 14189 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
14182 14183 14184 |
# File 'lib/eBay.rb', line 14182 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
14178 14179 14180 |
# File 'lib/eBay.rb', line 14178 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
14184 14185 14186 |
# File 'lib/eBay.rb', line 14184 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
14186 14187 14188 |
# File 'lib/eBay.rb', line 14186 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
14179 14180 14181 |
# File 'lib/eBay.rb', line 14179 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
14190 14191 14192 |
# File 'lib/eBay.rb', line 14190 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
14188 14189 14190 |
# File 'lib/eBay.rb', line 14188 def hardExpirationWarning @hardExpirationWarning end |
#hasMoreItems ⇒ Object
Returns the value of attribute hasMoreItems.
14193 14194 14195 |
# File 'lib/eBay.rb', line 14193 def hasMoreItems @hasMoreItems end |
#itemArray ⇒ Object
Returns the value of attribute itemArray.
14194 14195 14196 |
# File 'lib/eBay.rb', line 14194 def itemArray @itemArray end |
#itemsPerPage ⇒ Object
Returns the value of attribute itemsPerPage.
14195 14196 14197 |
# File 'lib/eBay.rb', line 14195 def itemsPerPage @itemsPerPage end |
#message ⇒ Object
Returns the value of attribute message.
14180 14181 14182 |
# File 'lib/eBay.rb', line 14180 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
14183 14184 14185 |
# File 'lib/eBay.rb', line 14183 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
14187 14188 14189 |
# File 'lib/eBay.rb', line 14187 def notificationSignature @notificationSignature end |
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
14196 14197 14198 |
# File 'lib/eBay.rb', line 14196 def pageNumber @pageNumber end |
#paginationResult ⇒ Object
Returns the value of attribute paginationResult.
14192 14193 14194 |
# File 'lib/eBay.rb', line 14192 def paginationResult @paginationResult end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
14185 14186 14187 |
# File 'lib/eBay.rb', line 14185 def recipientUserID @recipientUserID end |
#returnedItemCountActual ⇒ Object
Returns the value of attribute returnedItemCountActual.
14197 14198 14199 |
# File 'lib/eBay.rb', line 14197 def returnedItemCountActual @returnedItemCountActual end |
#seller ⇒ Object
Returns the value of attribute seller.
14198 14199 14200 |
# File 'lib/eBay.rb', line 14198 def seller @seller end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
14176 14177 14178 |
# File 'lib/eBay.rb', line 14176 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
14181 14182 14183 |
# File 'lib/eBay.rb', line 14181 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
14200 14201 14202 |
# File 'lib/eBay.rb', line 14200 def set_any(elements) @__xmlele_any = elements end |