Class: EBay::AddItemsResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::AddItemsResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsAddItemsResponseType
- 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
addItemResponseContainer - EBay::AddItemResponseContainerType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#addItemResponseContainer ⇒ Object
Returns the value of attribute addItemResponseContainer.
-
#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.
-
#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, addItemResponseContainer = []) ⇒ AddItemsResponseType
constructor
A new instance of AddItemsResponseType.
- #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, addItemResponseContainer = []) ⇒ AddItemsResponseType
Returns a new instance of AddItemsResponseType.
9254 9255 9256 9257 9258 9259 9260 9261 9262 9263 9264 9265 9266 9267 9268 9269 9270 9271 9272 |
# File 'lib/eBay.rb', line 9254 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, addItemResponseContainer = []) @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 @addItemResponseContainer = addItemResponseContainer end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
9247 9248 9249 |
# File 'lib/eBay.rb', line 9247 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
9233 9234 9235 |
# File 'lib/eBay.rb', line 9233 def ack @ack end |
#addItemResponseContainer ⇒ Object
Returns the value of attribute addItemResponseContainer.
9248 9249 9250 |
# File 'lib/eBay.rb', line 9248 def addItemResponseContainer @addItemResponseContainer end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
9245 9246 9247 |
# File 'lib/eBay.rb', line 9245 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
9238 9239 9240 |
# File 'lib/eBay.rb', line 9238 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
9234 9235 9236 |
# File 'lib/eBay.rb', line 9234 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
9240 9241 9242 |
# File 'lib/eBay.rb', line 9240 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
9242 9243 9244 |
# File 'lib/eBay.rb', line 9242 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
9235 9236 9237 |
# File 'lib/eBay.rb', line 9235 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
9246 9247 9248 |
# File 'lib/eBay.rb', line 9246 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
9244 9245 9246 |
# File 'lib/eBay.rb', line 9244 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
9236 9237 9238 |
# File 'lib/eBay.rb', line 9236 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
9239 9240 9241 |
# File 'lib/eBay.rb', line 9239 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
9243 9244 9245 |
# File 'lib/eBay.rb', line 9243 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
9241 9242 9243 |
# File 'lib/eBay.rb', line 9241 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
9232 9233 9234 |
# File 'lib/eBay.rb', line 9232 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
9237 9238 9239 |
# File 'lib/eBay.rb', line 9237 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
9250 9251 9252 |
# File 'lib/eBay.rb', line 9250 def set_any(elements) @__xmlele_any = elements end |