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.



2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
# File 'lib/eBay.rb', line 2764

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.



2756
2757
2758
# File 'lib/eBay.rb', line 2756

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



2745
2746
2747
# File 'lib/eBay.rb', line 2745

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



2750
2751
2752
# File 'lib/eBay.rb', line 2750

def build
  @build
end

#categoryFinanceOfferArrayObject

Returns the value of attribute categoryFinanceOfferArray.



2758
2759
2760
# File 'lib/eBay.rb', line 2758

def categoryFinanceOfferArray
  @categoryFinanceOfferArray
end

#correlationIDObject

Returns the value of attribute correlationID.



2746
2747
2748
# File 'lib/eBay.rb', line 2746

def correlationID
  @correlationID
end

#countObject

Returns the value of attribute count.



2757
2758
2759
# File 'lib/eBay.rb', line 2757

def count
  @count
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



2752
2753
2754
# File 'lib/eBay.rb', line 2752

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



2747
2748
2749
# File 'lib/eBay.rb', line 2747

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



2755
2756
2757
# File 'lib/eBay.rb', line 2755

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



2748
2749
2750
# File 'lib/eBay.rb', line 2748

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



2751
2752
2753
# File 'lib/eBay.rb', line 2751

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



2754
2755
2756
# File 'lib/eBay.rb', line 2754

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



2753
2754
2755
# File 'lib/eBay.rb', line 2753

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



2744
2745
2746
# File 'lib/eBay.rb', line 2744

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



2749
2750
2751
# File 'lib/eBay.rb', line 2749

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



2760
2761
2762
# File 'lib/eBay.rb', line 2760

def set_any(elements)
  @__xmlele_any = elements
end