Class: GetProductFinderXSLResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetProductFinderXSLResponseType

Constant Summary collapse

@@schema_type =
"GetProductFinderXSLResponseType"
@@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")]],
["xSLFile", ["XSLFileType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "XSLFile")]]]

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, xSLFile = []) ⇒ GetProductFinderXSLResponseType

Returns a new instance of GetProductFinderXSLResponseType.



5833
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
# File 'lib/eBay.rb', line 5833

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, xSLFile = [])
  @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
  @xSLFile = xSLFile
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5826
5827
5828
# File 'lib/eBay.rb', line 5826

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



5815
5816
5817
# File 'lib/eBay.rb', line 5815

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



5820
5821
5822
# File 'lib/eBay.rb', line 5820

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



5816
5817
5818
# File 'lib/eBay.rb', line 5816

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



5822
5823
5824
# File 'lib/eBay.rb', line 5822

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



5817
5818
5819
# File 'lib/eBay.rb', line 5817

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



5825
5826
5827
# File 'lib/eBay.rb', line 5825

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



5818
5819
5820
# File 'lib/eBay.rb', line 5818

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



5821
5822
5823
# File 'lib/eBay.rb', line 5821

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



5824
5825
5826
# File 'lib/eBay.rb', line 5824

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



5823
5824
5825
# File 'lib/eBay.rb', line 5823

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



5814
5815
5816
# File 'lib/eBay.rb', line 5814

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



5819
5820
5821
# File 'lib/eBay.rb', line 5819

def version
  @version
end

#xSLFileObject

Returns the value of attribute xSLFile.



5827
5828
5829
# File 'lib/eBay.rb', line 5827

def xSLFile
  @xSLFile
end

Instance Method Details

#set_any(elements) ⇒ Object



5829
5830
5831
# File 'lib/eBay.rb', line 5829

def set_any(elements)
  @__xmlele_any = elements
end