Class: EBay::EndFixedPriceItemResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::EndFixedPriceItemResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsEndFixedPriceItemResponseType
- 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
endTime - SOAP::SOAPDateTime
sKU - (any)
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.
-
#endTime ⇒ Object
Returns the value of attribute endTime.
-
#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.
-
#sKU ⇒ Object
Returns the value of attribute sKU.
-
#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, endTime = nil, sKU = nil) ⇒ EndFixedPriceItemResponseType
constructor
A new instance of EndFixedPriceItemResponseType.
- #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, endTime = nil, sKU = nil) ⇒ EndFixedPriceItemResponseType
Returns a new instance of EndFixedPriceItemResponseType.
10573 10574 10575 10576 10577 10578 10579 10580 10581 10582 10583 10584 10585 10586 10587 10588 10589 10590 10591 10592 |
# File 'lib/eBay.rb', line 10573 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, endTime = nil, sKU = 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 @endTime = endTime @sKU = sKU end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
10565 10566 10567 |
# File 'lib/eBay.rb', line 10565 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
10551 10552 10553 |
# File 'lib/eBay.rb', line 10551 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
10563 10564 10565 |
# File 'lib/eBay.rb', line 10563 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
10556 10557 10558 |
# File 'lib/eBay.rb', line 10556 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
10552 10553 10554 |
# File 'lib/eBay.rb', line 10552 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
10558 10559 10560 |
# File 'lib/eBay.rb', line 10558 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
10560 10561 10562 |
# File 'lib/eBay.rb', line 10560 def eIASToken @eIASToken end |
#endTime ⇒ Object
Returns the value of attribute endTime.
10566 10567 10568 |
# File 'lib/eBay.rb', line 10566 def endTime @endTime end |
#errors ⇒ Object
Returns the value of attribute errors.
10553 10554 10555 |
# File 'lib/eBay.rb', line 10553 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
10564 10565 10566 |
# File 'lib/eBay.rb', line 10564 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
10562 10563 10564 |
# File 'lib/eBay.rb', line 10562 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
10554 10555 10556 |
# File 'lib/eBay.rb', line 10554 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
10557 10558 10559 |
# File 'lib/eBay.rb', line 10557 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
10561 10562 10563 |
# File 'lib/eBay.rb', line 10561 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
10559 10560 10561 |
# File 'lib/eBay.rb', line 10559 def recipientUserID @recipientUserID end |
#sKU ⇒ Object
Returns the value of attribute sKU.
10567 10568 10569 |
# File 'lib/eBay.rb', line 10567 def sKU @sKU end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
10550 10551 10552 |
# File 'lib/eBay.rb', line 10550 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
10555 10556 10557 |
# File 'lib/eBay.rb', line 10555 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
10569 10570 10571 |
# File 'lib/eBay.rb', line 10569 def set_any(elements) @__xmlele_any = elements end |