Class: EBay::ReviseSellingManagerInventoryFolderResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::ReviseSellingManagerInventoryFolderResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsReviseSellingManagerInventoryFolderResponseType
- 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
folder - EBay::SellingManagerFolderDetailsType
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.
-
#folder ⇒ Object
Returns the value of attribute folder.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#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, folder = nil) ⇒ ReviseSellingManagerInventoryFolderResponseType
constructor
A new instance of ReviseSellingManagerInventoryFolderResponseType.
- #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, folder = nil) ⇒ ReviseSellingManagerInventoryFolderResponseType
Returns a new instance of ReviseSellingManagerInventoryFolderResponseType.
17540 17541 17542 17543 17544 17545 17546 17547 17548 17549 17550 17551 17552 17553 17554 17555 17556 17557 17558 |
# File 'lib/eBay.rb', line 17540 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, folder = 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 @folder = folder end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
17533 17534 17535 |
# File 'lib/eBay.rb', line 17533 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
17519 17520 17521 |
# File 'lib/eBay.rb', line 17519 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
17531 17532 17533 |
# File 'lib/eBay.rb', line 17531 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
17524 17525 17526 |
# File 'lib/eBay.rb', line 17524 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
17520 17521 17522 |
# File 'lib/eBay.rb', line 17520 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
17526 17527 17528 |
# File 'lib/eBay.rb', line 17526 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
17528 17529 17530 |
# File 'lib/eBay.rb', line 17528 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
17521 17522 17523 |
# File 'lib/eBay.rb', line 17521 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
17532 17533 17534 |
# File 'lib/eBay.rb', line 17532 def externalUserData @externalUserData end |
#folder ⇒ Object
Returns the value of attribute folder.
17534 17535 17536 |
# File 'lib/eBay.rb', line 17534 def folder @folder end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
17530 17531 17532 |
# File 'lib/eBay.rb', line 17530 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
17522 17523 17524 |
# File 'lib/eBay.rb', line 17522 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
17525 17526 17527 |
# File 'lib/eBay.rb', line 17525 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
17529 17530 17531 |
# File 'lib/eBay.rb', line 17529 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
17527 17528 17529 |
# File 'lib/eBay.rb', line 17527 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
17518 17519 17520 |
# File 'lib/eBay.rb', line 17518 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
17523 17524 17525 |
# File 'lib/eBay.rb', line 17523 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
17536 17537 17538 |
# File 'lib/eBay.rb', line 17536 def set_any(elements) @__xmlele_any = elements end |