Class: GetCategory2FinanceOfferResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCategory2FinanceOfferResponseType

Constant Summary collapse

@@schema_type =
"GetCategory2FinanceOfferResponseType"
@@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")]],
  ["eIASToken", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EIASToken")]],
  ["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")]],
  ["count", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Count")]],
  ["categoryFinanceOfferArray", ["CategoryFinanceOfferArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CategoryFinanceOfferArray")]]
]

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, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, count = nil, categoryFinanceOfferArray = nil) ⇒ GetCategory2FinanceOfferResponseType

Returns a new instance of GetCategory2FinanceOfferResponseType.



3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
# File 'lib/eBay.rb', line 3180

def 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, count = nil, categoryFinanceOfferArray = nil)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @eIASToken = eIASToken
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @__xmlele_any = nil
  @count = count
  @categoryFinanceOfferArray = categoryFinanceOfferArray
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3172
3173
3174
# File 'lib/eBay.rb', line 3172

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



3160
3161
3162
# File 'lib/eBay.rb', line 3160

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



3165
3166
3167
# File 'lib/eBay.rb', line 3165

def build
  @build
end

#categoryFinanceOfferArrayObject

Returns the value of attribute categoryFinanceOfferArray.



3174
3175
3176
# File 'lib/eBay.rb', line 3174

def categoryFinanceOfferArray
  @categoryFinanceOfferArray
end

#correlationIDObject

Returns the value of attribute correlationID.



3161
3162
3163
# File 'lib/eBay.rb', line 3161

def correlationID
  @correlationID
end

#countObject

Returns the value of attribute count.



3173
3174
3175
# File 'lib/eBay.rb', line 3173

def count
  @count
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



3167
3168
3169
# File 'lib/eBay.rb', line 3167

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



3169
3170
3171
# File 'lib/eBay.rb', line 3169

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



3162
3163
3164
# File 'lib/eBay.rb', line 3162

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



3171
3172
3173
# File 'lib/eBay.rb', line 3171

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



3163
3164
3165
# File 'lib/eBay.rb', line 3163

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



3166
3167
3168
# File 'lib/eBay.rb', line 3166

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



3170
3171
3172
# File 'lib/eBay.rb', line 3170

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



3168
3169
3170
# File 'lib/eBay.rb', line 3168

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



3159
3160
3161
# File 'lib/eBay.rb', line 3159

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



3164
3165
3166
# File 'lib/eBay.rb', line 3164

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



3176
3177
3178
# File 'lib/eBay.rb', line 3176

def set_any(elements)
  @__xmlele_any = elements
end