Class: RespondToBestOfferResponseType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsRespondToBestOfferResponseType

Constant Summary collapse

@@schema_type =
"RespondToBestOfferResponseType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]],
["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]],
["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]],
["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]],
["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]],
["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]],
["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]],
["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]],
["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]],
["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]],
["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
["respondToBestOffer", ["BestOfferArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RespondToBestOffer")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = nil, respondToBestOffer = nil) ⇒ RespondToBestOfferResponseType

Returns a new instance of RespondToBestOfferResponseType.



9181
9182
9183
9184
9185
9186
9187
9188
9189
9190
9191
9192
9193
9194
9195
9196
# File 'lib/eBay.rb', line 9181

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = nil, respondToBestOffer = nil)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @__xmlele_any = nil
  @respondToBestOffer = respondToBestOffer
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



9174
9175
9176
# File 'lib/eBay.rb', line 9174

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



9163
9164
9165
# File 'lib/eBay.rb', line 9163

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



9168
9169
9170
# File 'lib/eBay.rb', line 9168

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



9164
9165
9166
# File 'lib/eBay.rb', line 9164

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



9170
9171
9172
# File 'lib/eBay.rb', line 9170

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



9165
9166
9167
# File 'lib/eBay.rb', line 9165

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



9173
9174
9175
# File 'lib/eBay.rb', line 9173

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



9166
9167
9168
# File 'lib/eBay.rb', line 9166

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



9169
9170
9171
# File 'lib/eBay.rb', line 9169

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



9172
9173
9174
# File 'lib/eBay.rb', line 9172

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



9171
9172
9173
# File 'lib/eBay.rb', line 9171

def recipientUserID
  @recipientUserID
end

#respondToBestOfferObject

Returns the value of attribute respondToBestOffer.



9175
9176
9177
# File 'lib/eBay.rb', line 9175

def respondToBestOffer
  @respondToBestOffer
end

#timestampObject

Returns the value of attribute timestamp.



9162
9163
9164
# File 'lib/eBay.rb', line 9162

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



9167
9168
9169
# File 'lib/eBay.rb', line 9167

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



9177
9178
9179
# File 'lib/eBay.rb', line 9177

def set_any(elements)
  @__xmlele_any = elements
end