Class: GetReturnURLResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetReturnURLResponseType

Constant Summary collapse

@@schema_type =
"GetReturnURLResponseType"
@@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")]],
  ["applicationDisplayName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ApplicationDisplayName")]],
  ["authenticationEntryArray", ["AuthenticationEntryArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AuthenticationEntryArray")]]
]

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, applicationDisplayName = nil, authenticationEntryArray = nil) ⇒ GetReturnURLResponseType

Returns a new instance of GetReturnURLResponseType.



7118
7119
7120
7121
7122
7123
7124
7125
7126
7127
7128
7129
7130
7131
7132
7133
7134
# File 'lib/eBay.rb', line 7118

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, applicationDisplayName = nil, authenticationEntryArray = 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
  @applicationDisplayName = applicationDisplayName
  @authenticationEntryArray = authenticationEntryArray
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



7110
7111
7112
# File 'lib/eBay.rb', line 7110

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



7099
7100
7101
# File 'lib/eBay.rb', line 7099

def ack
  @ack
end

#applicationDisplayNameObject

Returns the value of attribute applicationDisplayName.



7111
7112
7113
# File 'lib/eBay.rb', line 7111

def applicationDisplayName
  @applicationDisplayName
end

#authenticationEntryArrayObject

Returns the value of attribute authenticationEntryArray.



7112
7113
7114
# File 'lib/eBay.rb', line 7112

def authenticationEntryArray
  @authenticationEntryArray
end

#buildObject

Returns the value of attribute build.



7104
7105
7106
# File 'lib/eBay.rb', line 7104

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



7100
7101
7102
# File 'lib/eBay.rb', line 7100

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



7106
7107
7108
# File 'lib/eBay.rb', line 7106

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



7101
7102
7103
# File 'lib/eBay.rb', line 7101

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



7109
7110
7111
# File 'lib/eBay.rb', line 7109

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



7102
7103
7104
# File 'lib/eBay.rb', line 7102

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



7105
7106
7107
# File 'lib/eBay.rb', line 7105

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



7108
7109
7110
# File 'lib/eBay.rb', line 7108

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



7107
7108
7109
# File 'lib/eBay.rb', line 7107

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



7098
7099
7100
# File 'lib/eBay.rb', line 7098

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



7103
7104
7105
# File 'lib/eBay.rb', line 7103

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



7114
7115
7116
# File 'lib/eBay.rb', line 7114

def set_any(elements)
  @__xmlele_any = elements
end