Class: EBay::GetSellerEventsResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetSellerEventsResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetSellerEventsResponseType
- 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
timeTo - SOAP::SOAPDateTime
itemArray - EBay::ItemArrayType
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.
-
#itemArray ⇒ Object
Returns the value of attribute itemArray.
-
#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.
-
#timeTo ⇒ Object
Returns the value of attribute timeTo.
-
#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, timeTo = nil, itemArray = nil) ⇒ GetSellerEventsResponseType
constructor
A new instance of GetSellerEventsResponseType.
- #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, timeTo = nil, itemArray = nil) ⇒ GetSellerEventsResponseType
Returns a new instance of GetSellerEventsResponseType.
14130 14131 14132 14133 14134 14135 14136 14137 14138 14139 14140 14141 14142 14143 14144 14145 14146 14147 14148 14149 |
# File 'lib/eBay.rb', line 14130 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, timeTo = nil, itemArray = 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 @timeTo = timeTo @itemArray = itemArray end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
14122 14123 14124 |
# File 'lib/eBay.rb', line 14122 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
14108 14109 14110 |
# File 'lib/eBay.rb', line 14108 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
14120 14121 14122 |
# File 'lib/eBay.rb', line 14120 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
14113 14114 14115 |
# File 'lib/eBay.rb', line 14113 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
14109 14110 14111 |
# File 'lib/eBay.rb', line 14109 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
14115 14116 14117 |
# File 'lib/eBay.rb', line 14115 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
14117 14118 14119 |
# File 'lib/eBay.rb', line 14117 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
14110 14111 14112 |
# File 'lib/eBay.rb', line 14110 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
14121 14122 14123 |
# File 'lib/eBay.rb', line 14121 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
14119 14120 14121 |
# File 'lib/eBay.rb', line 14119 def hardExpirationWarning @hardExpirationWarning end |
#itemArray ⇒ Object
Returns the value of attribute itemArray.
14124 14125 14126 |
# File 'lib/eBay.rb', line 14124 def itemArray @itemArray end |
#message ⇒ Object
Returns the value of attribute message.
14111 14112 14113 |
# File 'lib/eBay.rb', line 14111 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
14114 14115 14116 |
# File 'lib/eBay.rb', line 14114 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
14118 14119 14120 |
# File 'lib/eBay.rb', line 14118 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
14116 14117 14118 |
# File 'lib/eBay.rb', line 14116 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
14107 14108 14109 |
# File 'lib/eBay.rb', line 14107 def @timestamp end |
#timeTo ⇒ Object
Returns the value of attribute timeTo.
14123 14124 14125 |
# File 'lib/eBay.rb', line 14123 def timeTo @timeTo end |
#version ⇒ Object
Returns the value of attribute version.
14112 14113 14114 |
# File 'lib/eBay.rb', line 14112 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
14126 14127 14128 |
# File 'lib/eBay.rb', line 14126 def set_any(elements) @__xmlele_any = elements end |