Class: EBay::RespondToBestOfferResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::RespondToBestOfferResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsRespondToBestOfferResponseType
- 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
respondToBestOffer - EBay::BestOfferArrayType
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.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#respondToBestOffer ⇒ Object
Returns the value of attribute respondToBestOffer.
-
#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, respondToBestOffer = nil) ⇒ RespondToBestOfferResponseType
constructor
A new instance of RespondToBestOfferResponseType.
- #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, respondToBestOffer = nil) ⇒ RespondToBestOfferResponseType
Returns a new instance of RespondToBestOfferResponseType.
16949 16950 16951 16952 16953 16954 16955 16956 16957 16958 16959 16960 16961 16962 16963 16964 16965 16966 16967 |
# File 'lib/eBay.rb', line 16949 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, respondToBestOffer = nil) = @ack = ack @correlationID = correlationID @errors = errors = @version = version @build = build @notificationEventName = notificationEventName @duplicateInvocationDetails = duplicateInvocationDetails @recipientUserID = recipientUserID @eIASToken = eIASToken @notificationSignature = notificationSignature @hardExpirationWarning = hardExpirationWarning @botBlock = botBlock @externalUserData = externalUserData @__xmlele_any = nil @respondToBestOffer = respondToBestOffer end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
16942 16943 16944 |
# File 'lib/eBay.rb', line 16942 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
16928 16929 16930 |
# File 'lib/eBay.rb', line 16928 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
16940 16941 16942 |
# File 'lib/eBay.rb', line 16940 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
16933 16934 16935 |
# File 'lib/eBay.rb', line 16933 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
16929 16930 16931 |
# File 'lib/eBay.rb', line 16929 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
16935 16936 16937 |
# File 'lib/eBay.rb', line 16935 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
16937 16938 16939 |
# File 'lib/eBay.rb', line 16937 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
16930 16931 16932 |
# File 'lib/eBay.rb', line 16930 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
16941 16942 16943 |
# File 'lib/eBay.rb', line 16941 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
16939 16940 16941 |
# File 'lib/eBay.rb', line 16939 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
16931 16932 16933 |
# File 'lib/eBay.rb', line 16931 def end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
16934 16935 16936 |
# File 'lib/eBay.rb', line 16934 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
16938 16939 16940 |
# File 'lib/eBay.rb', line 16938 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
16936 16937 16938 |
# File 'lib/eBay.rb', line 16936 def recipientUserID @recipientUserID end |
#respondToBestOffer ⇒ Object
Returns the value of attribute respondToBestOffer.
16943 16944 16945 |
# File 'lib/eBay.rb', line 16943 def respondToBestOffer @respondToBestOffer end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
16927 16928 16929 |
# File 'lib/eBay.rb', line 16927 def end |
#version ⇒ Object
Returns the value of attribute version.
16932 16933 16934 |
# File 'lib/eBay.rb', line 16932 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
16945 16946 16947 |
# File 'lib/eBay.rb', line 16945 def set_any(elements) @__xmlele_any = elements end |