Class: EBay::PlaceOfferResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::PlaceOfferResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPlaceOfferResponseType
- 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
sellingStatus - EBay::SellingStatusType
transactionID - SOAP::SOAPString
bestOffer - EBay::BestOfferType
orderLineItemID - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#bestOffer ⇒ Object
Returns the value of attribute bestOffer.
-
#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.
-
#orderLineItemID ⇒ Object
Returns the value of attribute orderLineItemID.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#sellingStatus ⇒ Object
Returns the value of attribute sellingStatus.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#transactionID ⇒ Object
Returns the value of attribute transactionID.
-
#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, sellingStatus = nil, transactionID = nil, bestOffer = nil, orderLineItemID = nil) ⇒ PlaceOfferResponseType
constructor
A new instance of PlaceOfferResponseType.
- #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, sellingStatus = nil, transactionID = nil, bestOffer = nil, orderLineItemID = nil) ⇒ PlaceOfferResponseType
Returns a new instance of PlaceOfferResponseType.
16648 16649 16650 16651 16652 16653 16654 16655 16656 16657 16658 16659 16660 16661 16662 16663 16664 16665 16666 16667 16668 16669 |
# File 'lib/eBay.rb', line 16648 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, sellingStatus = nil, transactionID = nil, bestOffer = nil, orderLineItemID = 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 @sellingStatus = sellingStatus @transactionID = transactionID @bestOffer = bestOffer @orderLineItemID = orderLineItemID end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
16638 16639 16640 |
# File 'lib/eBay.rb', line 16638 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
16624 16625 16626 |
# File 'lib/eBay.rb', line 16624 def ack @ack end |
#bestOffer ⇒ Object
Returns the value of attribute bestOffer.
16641 16642 16643 |
# File 'lib/eBay.rb', line 16641 def bestOffer @bestOffer end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
16636 16637 16638 |
# File 'lib/eBay.rb', line 16636 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
16629 16630 16631 |
# File 'lib/eBay.rb', line 16629 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
16625 16626 16627 |
# File 'lib/eBay.rb', line 16625 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
16631 16632 16633 |
# File 'lib/eBay.rb', line 16631 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
16633 16634 16635 |
# File 'lib/eBay.rb', line 16633 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
16626 16627 16628 |
# File 'lib/eBay.rb', line 16626 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
16637 16638 16639 |
# File 'lib/eBay.rb', line 16637 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
16635 16636 16637 |
# File 'lib/eBay.rb', line 16635 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
16627 16628 16629 |
# File 'lib/eBay.rb', line 16627 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
16630 16631 16632 |
# File 'lib/eBay.rb', line 16630 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
16634 16635 16636 |
# File 'lib/eBay.rb', line 16634 def notificationSignature @notificationSignature end |
#orderLineItemID ⇒ Object
Returns the value of attribute orderLineItemID.
16642 16643 16644 |
# File 'lib/eBay.rb', line 16642 def orderLineItemID @orderLineItemID end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
16632 16633 16634 |
# File 'lib/eBay.rb', line 16632 def recipientUserID @recipientUserID end |
#sellingStatus ⇒ Object
Returns the value of attribute sellingStatus.
16639 16640 16641 |
# File 'lib/eBay.rb', line 16639 def sellingStatus @sellingStatus end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
16623 16624 16625 |
# File 'lib/eBay.rb', line 16623 def @timestamp end |
#transactionID ⇒ Object
Returns the value of attribute transactionID.
16640 16641 16642 |
# File 'lib/eBay.rb', line 16640 def transactionID @transactionID end |
#version ⇒ Object
Returns the value of attribute version.
16628 16629 16630 |
# File 'lib/eBay.rb', line 16628 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
16644 16645 16646 |
# File 'lib/eBay.rb', line 16644 def set_any(elements) @__xmlele_any = elements end |