Class: EBay::AddFixedPriceItemResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::AddFixedPriceItemResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsAddFixedPriceItemResponseType
- 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)
sKU - (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.
-
#sKU ⇒ Object
Returns the value of attribute sKU.
-
#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, sKU = nil, startTime = nil, endTime = nil, fees = nil, categoryID = nil, category2ID = nil, discountReason = [], productSuggestions = nil, listingRecommendations = nil) ⇒ AddFixedPriceItemResponseType
constructor
A new instance of AddFixedPriceItemResponseType.
- #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, sKU = nil, startTime = nil, endTime = nil, fees = nil, categoryID = nil, category2ID = nil, discountReason = [], productSuggestions = nil, listingRecommendations = nil) ⇒ AddFixedPriceItemResponseType
Returns a new instance of AddFixedPriceItemResponseType.
9023 9024 9025 9026 9027 9028 9029 9030 9031 9032 9033 9034 9035 9036 9037 9038 9039 9040 9041 9042 9043 9044 9045 9046 9047 9048 9049 9050 |
# File 'lib/eBay.rb', line 9023 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, sKU = 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 @sKU = sKU @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.
9007 9008 9009 |
# File 'lib/eBay.rb', line 9007 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
8993 8994 8995 |
# File 'lib/eBay.rb', line 8993 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
9005 9006 9007 |
# File 'lib/eBay.rb', line 9005 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
8998 8999 9000 |
# File 'lib/eBay.rb', line 8998 def build @build end |
#category2ID ⇒ Object
Returns the value of attribute category2ID.
9014 9015 9016 |
# File 'lib/eBay.rb', line 9014 def category2ID @category2ID end |
#categoryID ⇒ Object
Returns the value of attribute categoryID.
9013 9014 9015 |
# File 'lib/eBay.rb', line 9013 def categoryID @categoryID end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
8994 8995 8996 |
# File 'lib/eBay.rb', line 8994 def correlationID @correlationID end |
#discountReason ⇒ Object
Returns the value of attribute discountReason.
9015 9016 9017 |
# File 'lib/eBay.rb', line 9015 def discountReason @discountReason end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
9000 9001 9002 |
# File 'lib/eBay.rb', line 9000 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
9002 9003 9004 |
# File 'lib/eBay.rb', line 9002 def eIASToken @eIASToken end |
#endTime ⇒ Object
Returns the value of attribute endTime.
9011 9012 9013 |
# File 'lib/eBay.rb', line 9011 def endTime @endTime end |
#errors ⇒ Object
Returns the value of attribute errors.
8995 8996 8997 |
# File 'lib/eBay.rb', line 8995 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
9006 9007 9008 |
# File 'lib/eBay.rb', line 9006 def externalUserData @externalUserData end |
#fees ⇒ Object
Returns the value of attribute fees.
9012 9013 9014 |
# File 'lib/eBay.rb', line 9012 def fees @fees end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
9004 9005 9006 |
# File 'lib/eBay.rb', line 9004 def hardExpirationWarning @hardExpirationWarning end |
#itemID ⇒ Object
Returns the value of attribute itemID.
9008 9009 9010 |
# File 'lib/eBay.rb', line 9008 def itemID @itemID end |
#listingRecommendations ⇒ Object
Returns the value of attribute listingRecommendations.
9017 9018 9019 |
# File 'lib/eBay.rb', line 9017 def listingRecommendations @listingRecommendations end |
#message ⇒ Object
Returns the value of attribute message.
8996 8997 8998 |
# File 'lib/eBay.rb', line 8996 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
8999 9000 9001 |
# File 'lib/eBay.rb', line 8999 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
9003 9004 9005 |
# File 'lib/eBay.rb', line 9003 def notificationSignature @notificationSignature end |
#productSuggestions ⇒ Object
Returns the value of attribute productSuggestions.
9016 9017 9018 |
# File 'lib/eBay.rb', line 9016 def productSuggestions @productSuggestions end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
9001 9002 9003 |
# File 'lib/eBay.rb', line 9001 def recipientUserID @recipientUserID end |
#sKU ⇒ Object
Returns the value of attribute sKU.
9009 9010 9011 |
# File 'lib/eBay.rb', line 9009 def sKU @sKU end |
#startTime ⇒ Object
Returns the value of attribute startTime.
9010 9011 9012 |
# File 'lib/eBay.rb', line 9010 def startTime @startTime end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
8992 8993 8994 |
# File 'lib/eBay.rb', line 8992 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
8997 8998 8999 |
# File 'lib/eBay.rb', line 8997 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
9019 9020 9021 |
# File 'lib/eBay.rb', line 9019 def set_any(elements) @__xmlele_any = elements end |