Class: EBay::GetSellingManagerInventoryResponseType

Inherits:
AbstractResponseType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetSellingManagerInventoryResponseType

timestamp - SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
message - 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

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, 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(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)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = 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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



14546
14547
14548
# File 'lib/eBay.rb', line 14546

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



14532
14533
14534
# File 'lib/eBay.rb', line 14532

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



14544
14545
14546
# File 'lib/eBay.rb', line 14544

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



14537
14538
14539
# File 'lib/eBay.rb', line 14537

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



14533
14534
14535
# File 'lib/eBay.rb', line 14533

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



14539
14540
14541
# File 'lib/eBay.rb', line 14539

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



14541
14542
14543
# File 'lib/eBay.rb', line 14541

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



14534
14535
14536
# File 'lib/eBay.rb', line 14534

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



14545
14546
14547
# File 'lib/eBay.rb', line 14545

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14543
14544
14545
# File 'lib/eBay.rb', line 14543

def hardExpirationWarning
  @hardExpirationWarning
end

#inventoryCountLastCalculatedDateObject

Returns the value of attribute inventoryCountLastCalculatedDate.



14547
14548
14549
# File 'lib/eBay.rb', line 14547

def inventoryCountLastCalculatedDate
  @inventoryCountLastCalculatedDate
end

#messageObject

Returns the value of attribute message.



14535
14536
14537
# File 'lib/eBay.rb', line 14535

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



14538
14539
14540
# File 'lib/eBay.rb', line 14538

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14542
14543
14544
# File 'lib/eBay.rb', line 14542

def notificationSignature
  @notificationSignature
end

#paginationResultObject

Returns the value of attribute paginationResult.



14549
14550
14551
# File 'lib/eBay.rb', line 14549

def paginationResult
  @paginationResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



14540
14541
14542
# File 'lib/eBay.rb', line 14540

def recipientUserID
  @recipientUserID
end

#sellingManagerProductObject

Returns the value of attribute sellingManagerProduct.



14548
14549
14550
# File 'lib/eBay.rb', line 14548

def sellingManagerProduct
  @sellingManagerProduct
end

#timestampObject

Returns the value of attribute timestamp.



14531
14532
14533
# File 'lib/eBay.rb', line 14531

def timestamp
  @timestamp
end

#versionObject

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