Class: EBay::EndItemResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::EndItemResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsEndItemResponseType
- 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
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.
-
#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) ⇒ EndItemResponseType
constructor
A new instance of EndItemResponseType.
- #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) ⇒ EndItemResponseType
Returns a new instance of EndItemResponseType.
10635 10636 10637 10638 10639 10640 10641 10642 10643 10644 10645 10646 10647 10648 10649 10650 10651 10652 10653 |
# File 'lib/eBay.rb', line 10635 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) @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 end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
10628 10629 10630 |
# File 'lib/eBay.rb', line 10628 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
10614 10615 10616 |
# File 'lib/eBay.rb', line 10614 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
10626 10627 10628 |
# File 'lib/eBay.rb', line 10626 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
10619 10620 10621 |
# File 'lib/eBay.rb', line 10619 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
10615 10616 10617 |
# File 'lib/eBay.rb', line 10615 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
10621 10622 10623 |
# File 'lib/eBay.rb', line 10621 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
10623 10624 10625 |
# File 'lib/eBay.rb', line 10623 def eIASToken @eIASToken end |
#endTime ⇒ Object
Returns the value of attribute endTime.
10629 10630 10631 |
# File 'lib/eBay.rb', line 10629 def endTime @endTime end |
#errors ⇒ Object
Returns the value of attribute errors.
10616 10617 10618 |
# File 'lib/eBay.rb', line 10616 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
10627 10628 10629 |
# File 'lib/eBay.rb', line 10627 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
10625 10626 10627 |
# File 'lib/eBay.rb', line 10625 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
10617 10618 10619 |
# File 'lib/eBay.rb', line 10617 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
10620 10621 10622 |
# File 'lib/eBay.rb', line 10620 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
10624 10625 10626 |
# File 'lib/eBay.rb', line 10624 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
10622 10623 10624 |
# File 'lib/eBay.rb', line 10622 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
10613 10614 10615 |
# File 'lib/eBay.rb', line 10613 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
10618 10619 10620 |
# File 'lib/eBay.rb', line 10618 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
10631 10632 10633 |
# File 'lib/eBay.rb', line 10631 def set_any(elements) @__xmlele_any = elements end |