Class: EBay::GetItemResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetItemResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetItemResponseType
- 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
item - EBay::ItemType
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.
-
#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.
-
#item ⇒ Object
Returns the value of attribute item.
-
#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, item = nil) ⇒ GetItemResponseType
constructor
A new instance of GetItemResponseType.
- #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, item = nil) ⇒ GetItemResponseType
Returns a new instance of GetItemResponseType.
12371 12372 12373 12374 12375 12376 12377 12378 12379 12380 12381 12382 12383 12384 12385 12386 12387 12388 12389 |
# File 'lib/eBay.rb', line 12371 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, item = 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 @item = item end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
12364 12365 12366 |
# File 'lib/eBay.rb', line 12364 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
12350 12351 12352 |
# File 'lib/eBay.rb', line 12350 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
12362 12363 12364 |
# File 'lib/eBay.rb', line 12362 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
12355 12356 12357 |
# File 'lib/eBay.rb', line 12355 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
12351 12352 12353 |
# File 'lib/eBay.rb', line 12351 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
12357 12358 12359 |
# File 'lib/eBay.rb', line 12357 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
12359 12360 12361 |
# File 'lib/eBay.rb', line 12359 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
12352 12353 12354 |
# File 'lib/eBay.rb', line 12352 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
12363 12364 12365 |
# File 'lib/eBay.rb', line 12363 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
12361 12362 12363 |
# File 'lib/eBay.rb', line 12361 def hardExpirationWarning @hardExpirationWarning end |
#item ⇒ Object
Returns the value of attribute item.
12365 12366 12367 |
# File 'lib/eBay.rb', line 12365 def item @item end |
#message ⇒ Object
Returns the value of attribute message.
12353 12354 12355 |
# File 'lib/eBay.rb', line 12353 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
12356 12357 12358 |
# File 'lib/eBay.rb', line 12356 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
12360 12361 12362 |
# File 'lib/eBay.rb', line 12360 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
12358 12359 12360 |
# File 'lib/eBay.rb', line 12358 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
12349 12350 12351 |
# File 'lib/eBay.rb', line 12349 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
12354 12355 12356 |
# File 'lib/eBay.rb', line 12354 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
12367 12368 12369 |
# File 'lib/eBay.rb', line 12367 def set_any(elements) @__xmlele_any = elements end |