Class: EBay::ReviseSellingManagerTemplateResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::ReviseSellingManagerTemplateResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsReviseSellingManagerTemplateResponseType
- 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
saleTemplateID - SOAP::SOAPLong
fees - EBay::FeesType
categoryID - SOAP::SOAPString
category2ID - SOAP::SOAPString
verifyOnly - SOAP::SOAPBoolean
saleTemplateName - SOAP::SOAPString
sellingManagerProductDetails - EBay::SellingManagerProductDetailsType
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.
-
#category2ID ⇒ Object
Returns the value of attribute category2ID.
-
#categoryID ⇒ Object
Returns the value of attribute categoryID.
-
#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.
-
#fees ⇒ Object
Returns the value of attribute fees.
-
#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.
-
#saleTemplateID ⇒ Object
Returns the value of attribute saleTemplateID.
-
#saleTemplateName ⇒ Object
Returns the value of attribute saleTemplateName.
-
#sellingManagerProductDetails ⇒ Object
Returns the value of attribute sellingManagerProductDetails.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#verifyOnly ⇒ Object
Returns the value of attribute verifyOnly.
-
#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, saleTemplateID = nil, fees = nil, categoryID = nil, category2ID = nil, verifyOnly = nil, saleTemplateName = nil, sellingManagerProductDetails = nil) ⇒ ReviseSellingManagerTemplateResponseType
constructor
A new instance of ReviseSellingManagerTemplateResponseType.
- #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, saleTemplateID = nil, fees = nil, categoryID = nil, category2ID = nil, verifyOnly = nil, saleTemplateName = nil, sellingManagerProductDetails = nil) ⇒ ReviseSellingManagerTemplateResponseType
Returns a new instance of ReviseSellingManagerTemplateResponseType.
17732 17733 17734 17735 17736 17737 17738 17739 17740 17741 17742 17743 17744 17745 17746 17747 17748 17749 17750 17751 17752 17753 17754 17755 17756 |
# File 'lib/eBay.rb', line 17732 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, saleTemplateID = nil, fees = nil, categoryID = nil, category2ID = nil, verifyOnly = nil, saleTemplateName = nil, sellingManagerProductDetails = 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 @saleTemplateID = saleTemplateID @fees = fees @categoryID = categoryID @category2ID = category2ID @verifyOnly = verifyOnly @saleTemplateName = saleTemplateName @sellingManagerProductDetails = sellingManagerProductDetails end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
17719 17720 17721 |
# File 'lib/eBay.rb', line 17719 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
17705 17706 17707 |
# File 'lib/eBay.rb', line 17705 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
17717 17718 17719 |
# File 'lib/eBay.rb', line 17717 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
17710 17711 17712 |
# File 'lib/eBay.rb', line 17710 def build @build end |
#category2ID ⇒ Object
Returns the value of attribute category2ID.
17723 17724 17725 |
# File 'lib/eBay.rb', line 17723 def category2ID @category2ID end |
#categoryID ⇒ Object
Returns the value of attribute categoryID.
17722 17723 17724 |
# File 'lib/eBay.rb', line 17722 def categoryID @categoryID end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
17706 17707 17708 |
# File 'lib/eBay.rb', line 17706 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
17712 17713 17714 |
# File 'lib/eBay.rb', line 17712 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
17714 17715 17716 |
# File 'lib/eBay.rb', line 17714 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
17707 17708 17709 |
# File 'lib/eBay.rb', line 17707 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
17718 17719 17720 |
# File 'lib/eBay.rb', line 17718 def externalUserData @externalUserData end |
#fees ⇒ Object
Returns the value of attribute fees.
17721 17722 17723 |
# File 'lib/eBay.rb', line 17721 def fees @fees end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
17716 17717 17718 |
# File 'lib/eBay.rb', line 17716 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
17708 17709 17710 |
# File 'lib/eBay.rb', line 17708 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
17711 17712 17713 |
# File 'lib/eBay.rb', line 17711 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
17715 17716 17717 |
# File 'lib/eBay.rb', line 17715 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
17713 17714 17715 |
# File 'lib/eBay.rb', line 17713 def recipientUserID @recipientUserID end |
#saleTemplateID ⇒ Object
Returns the value of attribute saleTemplateID.
17720 17721 17722 |
# File 'lib/eBay.rb', line 17720 def saleTemplateID @saleTemplateID end |
#saleTemplateName ⇒ Object
Returns the value of attribute saleTemplateName.
17725 17726 17727 |
# File 'lib/eBay.rb', line 17725 def saleTemplateName @saleTemplateName end |
#sellingManagerProductDetails ⇒ Object
Returns the value of attribute sellingManagerProductDetails.
17726 17727 17728 |
# File 'lib/eBay.rb', line 17726 def sellingManagerProductDetails @sellingManagerProductDetails end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
17704 17705 17706 |
# File 'lib/eBay.rb', line 17704 def @timestamp end |
#verifyOnly ⇒ Object
Returns the value of attribute verifyOnly.
17724 17725 17726 |
# File 'lib/eBay.rb', line 17724 def verifyOnly @verifyOnly end |
#version ⇒ Object
Returns the value of attribute version.
17709 17710 17711 |
# File 'lib/eBay.rb', line 17709 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
17728 17729 17730 |
# File 'lib/eBay.rb', line 17728 def set_any(elements) @__xmlele_any = elements end |