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

Returns a new instance of GetCategory2FinanceOfferResponseType.



2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
# File 'lib/eBay.rb', line 2531

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, count = nil, categoryFinanceOfferArray = 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
  @count = count
  @categoryFinanceOfferArray = categoryFinanceOfferArray
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2523
2524
2525
# File 'lib/eBay.rb', line 2523

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



2512
2513
2514
# File 'lib/eBay.rb', line 2512

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



2517
2518
2519
# File 'lib/eBay.rb', line 2517

def build
  @build
end

#categoryFinanceOfferArrayObject

Returns the value of attribute categoryFinanceOfferArray.



2525
2526
2527
# File 'lib/eBay.rb', line 2525

def categoryFinanceOfferArray
  @categoryFinanceOfferArray
end

#correlationIDObject

Returns the value of attribute correlationID.



2513
2514
2515
# File 'lib/eBay.rb', line 2513

def correlationID
  @correlationID
end

#countObject

Returns the value of attribute count.



2524
2525
2526
# File 'lib/eBay.rb', line 2524

def count
  @count
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



2519
2520
2521
# File 'lib/eBay.rb', line 2519

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



2514
2515
2516
# File 'lib/eBay.rb', line 2514

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



2522
2523
2524
# File 'lib/eBay.rb', line 2522

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



2515
2516
2517
# File 'lib/eBay.rb', line 2515

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



2518
2519
2520
# File 'lib/eBay.rb', line 2518

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



2521
2522
2523
# File 'lib/eBay.rb', line 2521

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



2520
2521
2522
# File 'lib/eBay.rb', line 2520

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



2511
2512
2513
# File 'lib/eBay.rb', line 2511

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



2516
2517
2518
# File 'lib/eBay.rb', line 2516

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



2527
2528
2529
# File 'lib/eBay.rb', line 2527

def set_any(elements)
  @__xmlele_any = elements
end