Class: EBay::AddItemResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::AddItemResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsAddItemResponseType
- 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
itemID - (any)
startTime - SOAP::SOAPDateTime
endTime - SOAP::SOAPDateTime
fees - EBay::FeesType
categoryID - SOAP::SOAPString
category2ID - SOAP::SOAPString
discountReason - EBay::DiscountReasonCodeType
productSuggestions - EBay::ProductSuggestionsType
listingRecommendations - EBay::ListingRecommendationsType
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.
-
#discountReason ⇒ Object
Returns the value of attribute discountReason.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#endTime ⇒ Object
Returns the value of attribute endTime.
-
#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.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#listingRecommendations ⇒ Object
Returns the value of attribute listingRecommendations.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#productSuggestions ⇒ Object
Returns the value of attribute productSuggestions.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#startTime ⇒ Object
Returns the value of attribute startTime.
-
#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, itemID = nil, startTime = nil, endTime = nil, fees = nil, categoryID = nil, category2ID = nil, discountReason = [], productSuggestions = nil, listingRecommendations = nil) ⇒ AddItemResponseType
constructor
A new instance of AddItemResponseType.
- #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, itemID = nil, startTime = nil, endTime = nil, fees = nil, categoryID = nil, category2ID = nil, discountReason = [], productSuggestions = nil, listingRecommendations = nil) ⇒ AddItemResponseType
Returns a new instance of AddItemResponseType.
9109 9110 9111 9112 9113 9114 9115 9116 9117 9118 9119 9120 9121 9122 9123 9124 9125 9126 9127 9128 9129 9130 9131 9132 9133 9134 9135 |
# File 'lib/eBay.rb', line 9109 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, itemID = nil, startTime = nil, endTime = nil, fees = nil, categoryID = nil, category2ID = nil, discountReason = [], productSuggestions = nil, listingRecommendations = 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 @itemID = itemID @startTime = startTime @endTime = endTime @fees = fees @categoryID = categoryID @category2ID = category2ID @discountReason = discountReason @productSuggestions = productSuggestions @listingRecommendations = listingRecommendations end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
9094 9095 9096 |
# File 'lib/eBay.rb', line 9094 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
9080 9081 9082 |
# File 'lib/eBay.rb', line 9080 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
9092 9093 9094 |
# File 'lib/eBay.rb', line 9092 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
9085 9086 9087 |
# File 'lib/eBay.rb', line 9085 def build @build end |
#category2ID ⇒ Object
Returns the value of attribute category2ID.
9100 9101 9102 |
# File 'lib/eBay.rb', line 9100 def category2ID @category2ID end |
#categoryID ⇒ Object
Returns the value of attribute categoryID.
9099 9100 9101 |
# File 'lib/eBay.rb', line 9099 def categoryID @categoryID end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
9081 9082 9083 |
# File 'lib/eBay.rb', line 9081 def correlationID @correlationID end |
#discountReason ⇒ Object
Returns the value of attribute discountReason.
9101 9102 9103 |
# File 'lib/eBay.rb', line 9101 def discountReason @discountReason end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
9087 9088 9089 |
# File 'lib/eBay.rb', line 9087 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
9089 9090 9091 |
# File 'lib/eBay.rb', line 9089 def eIASToken @eIASToken end |
#endTime ⇒ Object
Returns the value of attribute endTime.
9097 9098 9099 |
# File 'lib/eBay.rb', line 9097 def endTime @endTime end |
#errors ⇒ Object
Returns the value of attribute errors.
9082 9083 9084 |
# File 'lib/eBay.rb', line 9082 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
9093 9094 9095 |
# File 'lib/eBay.rb', line 9093 def externalUserData @externalUserData end |
#fees ⇒ Object
Returns the value of attribute fees.
9098 9099 9100 |
# File 'lib/eBay.rb', line 9098 def fees @fees end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
9091 9092 9093 |
# File 'lib/eBay.rb', line 9091 def hardExpirationWarning @hardExpirationWarning end |
#itemID ⇒ Object
Returns the value of attribute itemID.
9095 9096 9097 |
# File 'lib/eBay.rb', line 9095 def itemID @itemID end |
#listingRecommendations ⇒ Object
Returns the value of attribute listingRecommendations.
9103 9104 9105 |
# File 'lib/eBay.rb', line 9103 def listingRecommendations @listingRecommendations end |
#message ⇒ Object
Returns the value of attribute message.
9083 9084 9085 |
# File 'lib/eBay.rb', line 9083 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
9086 9087 9088 |
# File 'lib/eBay.rb', line 9086 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
9090 9091 9092 |
# File 'lib/eBay.rb', line 9090 def notificationSignature @notificationSignature end |
#productSuggestions ⇒ Object
Returns the value of attribute productSuggestions.
9102 9103 9104 |
# File 'lib/eBay.rb', line 9102 def productSuggestions @productSuggestions end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
9088 9089 9090 |
# File 'lib/eBay.rb', line 9088 def recipientUserID @recipientUserID end |
#startTime ⇒ Object
Returns the value of attribute startTime.
9096 9097 9098 |
# File 'lib/eBay.rb', line 9096 def startTime @startTime end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
9079 9080 9081 |
# File 'lib/eBay.rb', line 9079 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
9084 9085 9086 |
# File 'lib/eBay.rb', line 9084 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
9105 9106 9107 |
# File 'lib/eBay.rb', line 9105 def set_any(elements) @__xmlele_any = elements end |