Class: EBay::VeROReportItemsResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::VeROReportItemsResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsVeROReportItemsResponseType
- 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
veROReportPacketID - SOAP::SOAPLong
veROReportPacketStatus - EBay::VeROReportPacketStatusCodeType
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.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#veROReportPacketID ⇒ Object
Returns the value of attribute veROReportPacketID.
-
#veROReportPacketStatus ⇒ Object
Returns the value of attribute veROReportPacketStatus.
-
#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, veROReportPacketID = nil, veROReportPacketStatus = nil) ⇒ VeROReportItemsResponseType
constructor
A new instance of VeROReportItemsResponseType.
- #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, veROReportPacketID = nil, veROReportPacketStatus = nil) ⇒ VeROReportItemsResponseType
Returns a new instance of VeROReportItemsResponseType.
19192 19193 19194 19195 19196 19197 19198 19199 19200 19201 19202 19203 19204 19205 19206 19207 19208 19209 19210 19211 |
# File 'lib/eBay.rb', line 19192 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, veROReportPacketID = nil, veROReportPacketStatus = 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 @veROReportPacketID = veROReportPacketID @veROReportPacketStatus = veROReportPacketStatus end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
19184 19185 19186 |
# File 'lib/eBay.rb', line 19184 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
19170 19171 19172 |
# File 'lib/eBay.rb', line 19170 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
19182 19183 19184 |
# File 'lib/eBay.rb', line 19182 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
19175 19176 19177 |
# File 'lib/eBay.rb', line 19175 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
19171 19172 19173 |
# File 'lib/eBay.rb', line 19171 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
19177 19178 19179 |
# File 'lib/eBay.rb', line 19177 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
19179 19180 19181 |
# File 'lib/eBay.rb', line 19179 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
19172 19173 19174 |
# File 'lib/eBay.rb', line 19172 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
19183 19184 19185 |
# File 'lib/eBay.rb', line 19183 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
19181 19182 19183 |
# File 'lib/eBay.rb', line 19181 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
19173 19174 19175 |
# File 'lib/eBay.rb', line 19173 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
19176 19177 19178 |
# File 'lib/eBay.rb', line 19176 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
19180 19181 19182 |
# File 'lib/eBay.rb', line 19180 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
19178 19179 19180 |
# File 'lib/eBay.rb', line 19178 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
19169 19170 19171 |
# File 'lib/eBay.rb', line 19169 def @timestamp end |
#veROReportPacketID ⇒ Object
Returns the value of attribute veROReportPacketID.
19185 19186 19187 |
# File 'lib/eBay.rb', line 19185 def veROReportPacketID @veROReportPacketID end |
#veROReportPacketStatus ⇒ Object
Returns the value of attribute veROReportPacketStatus.
19186 19187 19188 |
# File 'lib/eBay.rb', line 19186 def veROReportPacketStatus @veROReportPacketStatus end |
#version ⇒ Object
Returns the value of attribute version.
19174 19175 19176 |
# File 'lib/eBay.rb', line 19174 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
19188 19189 19190 |
# File 'lib/eBay.rb', line 19188 def set_any(elements) @__xmlele_any = elements end |