Class: EBay::AddSellingManagerTemplateResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::AddSellingManagerTemplateResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsAddSellingManagerTemplateResponseType
- 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
categoryID - SOAP::SOAPLong
category2ID - SOAP::SOAPLong
saleTemplateID - SOAP::SOAPLong
saleTemplateGroupID - SOAP::SOAPLong
saleTemplateName - SOAP::SOAPString
sellingManagerProductDetails - EBay::SellingManagerProductDetailsType
fees - EBay::FeesType
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.
-
#saleTemplateGroupID ⇒ Object
Returns the value of attribute saleTemplateGroupID.
-
#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.
-
#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, categoryID = nil, category2ID = nil, saleTemplateID = nil, saleTemplateGroupID = nil, saleTemplateName = nil, sellingManagerProductDetails = nil, fees = nil) ⇒ AddSellingManagerTemplateResponseType
constructor
A new instance of AddSellingManagerTemplateResponseType.
- #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, categoryID = nil, category2ID = nil, saleTemplateID = nil, saleTemplateGroupID = nil, saleTemplateName = nil, sellingManagerProductDetails = nil, fees = nil) ⇒ AddSellingManagerTemplateResponseType
Returns a new instance of AddSellingManagerTemplateResponseType.
9757 9758 9759 9760 9761 9762 9763 9764 9765 9766 9767 9768 9769 9770 9771 9772 9773 9774 9775 9776 9777 9778 9779 9780 9781 |
# File 'lib/eBay.rb', line 9757 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, categoryID = nil, category2ID = nil, saleTemplateID = nil, saleTemplateGroupID = nil, saleTemplateName = nil, sellingManagerProductDetails = nil, fees = 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 @categoryID = categoryID @category2ID = category2ID @saleTemplateID = saleTemplateID @saleTemplateGroupID = saleTemplateGroupID @saleTemplateName = saleTemplateName @sellingManagerProductDetails = sellingManagerProductDetails @fees = fees end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
9744 9745 9746 |
# File 'lib/eBay.rb', line 9744 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
9730 9731 9732 |
# File 'lib/eBay.rb', line 9730 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
9742 9743 9744 |
# File 'lib/eBay.rb', line 9742 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
9735 9736 9737 |
# File 'lib/eBay.rb', line 9735 def build @build end |
#category2ID ⇒ Object
Returns the value of attribute category2ID.
9746 9747 9748 |
# File 'lib/eBay.rb', line 9746 def category2ID @category2ID end |
#categoryID ⇒ Object
Returns the value of attribute categoryID.
9745 9746 9747 |
# File 'lib/eBay.rb', line 9745 def categoryID @categoryID end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
9731 9732 9733 |
# File 'lib/eBay.rb', line 9731 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
9737 9738 9739 |
# File 'lib/eBay.rb', line 9737 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
9739 9740 9741 |
# File 'lib/eBay.rb', line 9739 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
9732 9733 9734 |
# File 'lib/eBay.rb', line 9732 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
9743 9744 9745 |
# File 'lib/eBay.rb', line 9743 def externalUserData @externalUserData end |
#fees ⇒ Object
Returns the value of attribute fees.
9751 9752 9753 |
# File 'lib/eBay.rb', line 9751 def fees @fees end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
9741 9742 9743 |
# File 'lib/eBay.rb', line 9741 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
9733 9734 9735 |
# File 'lib/eBay.rb', line 9733 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
9736 9737 9738 |
# File 'lib/eBay.rb', line 9736 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
9740 9741 9742 |
# File 'lib/eBay.rb', line 9740 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
9738 9739 9740 |
# File 'lib/eBay.rb', line 9738 def recipientUserID @recipientUserID end |
#saleTemplateGroupID ⇒ Object
Returns the value of attribute saleTemplateGroupID.
9748 9749 9750 |
# File 'lib/eBay.rb', line 9748 def saleTemplateGroupID @saleTemplateGroupID end |
#saleTemplateID ⇒ Object
Returns the value of attribute saleTemplateID.
9747 9748 9749 |
# File 'lib/eBay.rb', line 9747 def saleTemplateID @saleTemplateID end |
#saleTemplateName ⇒ Object
Returns the value of attribute saleTemplateName.
9749 9750 9751 |
# File 'lib/eBay.rb', line 9749 def saleTemplateName @saleTemplateName end |
#sellingManagerProductDetails ⇒ Object
Returns the value of attribute sellingManagerProductDetails.
9750 9751 9752 |
# File 'lib/eBay.rb', line 9750 def sellingManagerProductDetails @sellingManagerProductDetails end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
9729 9730 9731 |
# File 'lib/eBay.rb', line 9729 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
9734 9735 9736 |
# File 'lib/eBay.rb', line 9734 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
9753 9754 9755 |
# File 'lib/eBay.rb', line 9753 def set_any(elements) @__xmlele_any = elements end |