Class: EBay::GetSellingManagerInventoryResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetSellingManagerInventoryResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetSellingManagerInventoryResponseType
- 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
inventoryCountLastCalculatedDate - SOAP::SOAPDateTime
sellingManagerProduct - EBay::SellingManagerProductType
paginationResult - EBay::PaginationResultType
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.
-
#inventoryCountLastCalculatedDate ⇒ Object
Returns the value of attribute inventoryCountLastCalculatedDate.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#paginationResult ⇒ Object
Returns the value of attribute paginationResult.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#sellingManagerProduct ⇒ Object
Returns the value of attribute sellingManagerProduct.
-
#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, inventoryCountLastCalculatedDate = nil, sellingManagerProduct = [], paginationResult = nil) ⇒ GetSellingManagerInventoryResponseType
constructor
A new instance of GetSellingManagerInventoryResponseType.
- #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, inventoryCountLastCalculatedDate = nil, sellingManagerProduct = [], paginationResult = nil) ⇒ GetSellingManagerInventoryResponseType
Returns a new instance of GetSellingManagerInventoryResponseType.
14555 14556 14557 14558 14559 14560 14561 14562 14563 14564 14565 14566 14567 14568 14569 14570 14571 14572 14573 14574 14575 |
# File 'lib/eBay.rb', line 14555 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, inventoryCountLastCalculatedDate = nil, sellingManagerProduct = [], paginationResult = 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 @inventoryCountLastCalculatedDate = inventoryCountLastCalculatedDate @sellingManagerProduct = sellingManagerProduct @paginationResult = paginationResult end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
14546 14547 14548 |
# File 'lib/eBay.rb', line 14546 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
14532 14533 14534 |
# File 'lib/eBay.rb', line 14532 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
14544 14545 14546 |
# File 'lib/eBay.rb', line 14544 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
14537 14538 14539 |
# File 'lib/eBay.rb', line 14537 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
14533 14534 14535 |
# File 'lib/eBay.rb', line 14533 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
14539 14540 14541 |
# File 'lib/eBay.rb', line 14539 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
14541 14542 14543 |
# File 'lib/eBay.rb', line 14541 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
14534 14535 14536 |
# File 'lib/eBay.rb', line 14534 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
14545 14546 14547 |
# File 'lib/eBay.rb', line 14545 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
14543 14544 14545 |
# File 'lib/eBay.rb', line 14543 def hardExpirationWarning @hardExpirationWarning end |
#inventoryCountLastCalculatedDate ⇒ Object
Returns the value of attribute inventoryCountLastCalculatedDate.
14547 14548 14549 |
# File 'lib/eBay.rb', line 14547 def inventoryCountLastCalculatedDate @inventoryCountLastCalculatedDate end |
#message ⇒ Object
Returns the value of attribute message.
14535 14536 14537 |
# File 'lib/eBay.rb', line 14535 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
14538 14539 14540 |
# File 'lib/eBay.rb', line 14538 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
14542 14543 14544 |
# File 'lib/eBay.rb', line 14542 def notificationSignature @notificationSignature end |
#paginationResult ⇒ Object
Returns the value of attribute paginationResult.
14549 14550 14551 |
# File 'lib/eBay.rb', line 14549 def paginationResult @paginationResult end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
14540 14541 14542 |
# File 'lib/eBay.rb', line 14540 def recipientUserID @recipientUserID end |
#sellingManagerProduct ⇒ Object
Returns the value of attribute sellingManagerProduct.
14548 14549 14550 |
# File 'lib/eBay.rb', line 14548 def sellingManagerProduct @sellingManagerProduct end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
14531 14532 14533 |
# File 'lib/eBay.rb', line 14531 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
14536 14537 14538 |
# File 'lib/eBay.rb', line 14536 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
14551 14552 14553 |
# File 'lib/eBay.rb', line 14551 def set_any(elements) @__xmlele_any = elements end |