Class: EBay::GetDisputeResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetDisputeResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetDisputeResponseType
- 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
dispute - EBay::DisputeType
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.
-
#dispute ⇒ Object
Returns the value of attribute dispute.
-
#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.
-
#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, dispute = nil) ⇒ GetDisputeResponseType
constructor
A new instance of GetDisputeResponseType.
- #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, dispute = nil) ⇒ GetDisputeResponseType
Returns a new instance of GetDisputeResponseType.
12167 12168 12169 12170 12171 12172 12173 12174 12175 12176 12177 12178 12179 12180 12181 12182 12183 12184 12185 |
# File 'lib/eBay.rb', line 12167 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, dispute = 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 @dispute = dispute end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
12160 12161 12162 |
# File 'lib/eBay.rb', line 12160 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
12146 12147 12148 |
# File 'lib/eBay.rb', line 12146 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
12158 12159 12160 |
# File 'lib/eBay.rb', line 12158 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
12151 12152 12153 |
# File 'lib/eBay.rb', line 12151 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
12147 12148 12149 |
# File 'lib/eBay.rb', line 12147 def correlationID @correlationID end |
#dispute ⇒ Object
Returns the value of attribute dispute.
12161 12162 12163 |
# File 'lib/eBay.rb', line 12161 def dispute @dispute end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
12153 12154 12155 |
# File 'lib/eBay.rb', line 12153 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
12155 12156 12157 |
# File 'lib/eBay.rb', line 12155 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
12148 12149 12150 |
# File 'lib/eBay.rb', line 12148 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
12159 12160 12161 |
# File 'lib/eBay.rb', line 12159 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
12157 12158 12159 |
# File 'lib/eBay.rb', line 12157 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
12149 12150 12151 |
# File 'lib/eBay.rb', line 12149 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
12152 12153 12154 |
# File 'lib/eBay.rb', line 12152 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
12156 12157 12158 |
# File 'lib/eBay.rb', line 12156 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
12154 12155 12156 |
# File 'lib/eBay.rb', line 12154 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
12145 12146 12147 |
# File 'lib/eBay.rb', line 12145 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
12150 12151 12152 |
# File 'lib/eBay.rb', line 12150 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
12163 12164 12165 |
# File 'lib/eBay.rb', line 12163 def set_any(elements) @__xmlele_any = elements end |