Class: EBay::GetItemShippingResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetItemShippingResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetItemShippingResponseType
- 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
shippingDetails - EBay::ShippingDetailsType
pickUpInStoreDetails - EBay::PickupInStoreDetailsType
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.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#pickUpInStoreDetails ⇒ Object
Returns the value of attribute pickUpInStoreDetails.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#shippingDetails ⇒ Object
Returns the value of attribute shippingDetails.
-
#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, shippingDetails = nil, pickUpInStoreDetails = nil) ⇒ GetItemShippingResponseType
constructor
A new instance of GetItemShippingResponseType.
- #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, shippingDetails = nil, pickUpInStoreDetails = nil) ⇒ GetItemShippingResponseType
Returns a new instance of GetItemShippingResponseType.
12495 12496 12497 12498 12499 12500 12501 12502 12503 12504 12505 12506 12507 12508 12509 12510 12511 12512 12513 12514 |
# File 'lib/eBay.rb', line 12495 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, shippingDetails = nil, pickUpInStoreDetails = 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 @shippingDetails = shippingDetails @pickUpInStoreDetails = pickUpInStoreDetails end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
12487 12488 12489 |
# File 'lib/eBay.rb', line 12487 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
12473 12474 12475 |
# File 'lib/eBay.rb', line 12473 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
12485 12486 12487 |
# File 'lib/eBay.rb', line 12485 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
12478 12479 12480 |
# File 'lib/eBay.rb', line 12478 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
12474 12475 12476 |
# File 'lib/eBay.rb', line 12474 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
12480 12481 12482 |
# File 'lib/eBay.rb', line 12480 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
12482 12483 12484 |
# File 'lib/eBay.rb', line 12482 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
12475 12476 12477 |
# File 'lib/eBay.rb', line 12475 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
12486 12487 12488 |
# File 'lib/eBay.rb', line 12486 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
12484 12485 12486 |
# File 'lib/eBay.rb', line 12484 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
12476 12477 12478 |
# File 'lib/eBay.rb', line 12476 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
12479 12480 12481 |
# File 'lib/eBay.rb', line 12479 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
12483 12484 12485 |
# File 'lib/eBay.rb', line 12483 def notificationSignature @notificationSignature end |
#pickUpInStoreDetails ⇒ Object
Returns the value of attribute pickUpInStoreDetails.
12489 12490 12491 |
# File 'lib/eBay.rb', line 12489 def pickUpInStoreDetails @pickUpInStoreDetails end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
12481 12482 12483 |
# File 'lib/eBay.rb', line 12481 def recipientUserID @recipientUserID end |
#shippingDetails ⇒ Object
Returns the value of attribute shippingDetails.
12488 12489 12490 |
# File 'lib/eBay.rb', line 12488 def shippingDetails @shippingDetails end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
12472 12473 12474 |
# File 'lib/eBay.rb', line 12472 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
12477 12478 12479 |
# File 'lib/eBay.rb', line 12477 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
12491 12492 12493 |
# File 'lib/eBay.rb', line 12491 def set_any(elements) @__xmlele_any = elements end |