Class: EBay::GetSellingManagerInventoryFolderResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetSellingManagerInventoryFolderResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetSellingManagerInventoryFolderResponseType
- 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) ⇒ GetSellingManagerInventoryFolderResponseType
constructor
A new instance of GetSellingManagerInventoryFolderResponseType.
- #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) ⇒ GetSellingManagerInventoryFolderResponseType
Returns a new instance of GetSellingManagerInventoryFolderResponseType.
14618 14619 14620 14621 14622 14623 14624 14625 14626 14627 14628 14629 14630 14631 14632 14633 14634 14635 14636 |
# File 'lib/eBay.rb', line 14618 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.
14611 14612 14613 |
# File 'lib/eBay.rb', line 14611 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
14597 14598 14599 |
# File 'lib/eBay.rb', line 14597 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
14609 14610 14611 |
# File 'lib/eBay.rb', line 14609 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
14602 14603 14604 |
# File 'lib/eBay.rb', line 14602 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
14598 14599 14600 |
# File 'lib/eBay.rb', line 14598 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
14604 14605 14606 |
# File 'lib/eBay.rb', line 14604 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
14606 14607 14608 |
# File 'lib/eBay.rb', line 14606 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
14599 14600 14601 |
# File 'lib/eBay.rb', line 14599 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
14610 14611 14612 |
# File 'lib/eBay.rb', line 14610 def externalUserData @externalUserData end |
#folder ⇒ Object
Returns the value of attribute folder.
14612 14613 14614 |
# File 'lib/eBay.rb', line 14612 def folder @folder end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
14608 14609 14610 |
# File 'lib/eBay.rb', line 14608 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
14600 14601 14602 |
# File 'lib/eBay.rb', line 14600 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
14603 14604 14605 |
# File 'lib/eBay.rb', line 14603 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
14607 14608 14609 |
# File 'lib/eBay.rb', line 14607 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
14605 14606 14607 |
# File 'lib/eBay.rb', line 14605 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
14596 14597 14598 |
# File 'lib/eBay.rb', line 14596 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
14601 14602 14603 |
# File 'lib/eBay.rb', line 14601 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
14614 14615 14616 |
# File 'lib/eBay.rb', line 14614 def set_any(elements) @__xmlele_any = elements end |