Class: GetReturnURLResponseType

Inherits:
AbstractResponseType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetReturnURLResponseType

timestamp - SOAP::SOAPDateTime
ack - AckCodeType
correlationID - SOAP::SOAPString
errors - ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - BotBlockResponseType
applicationDisplayName - SOAP::SOAPString
authenticationEntryArray - AuthenticationEntryArrayType

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

Returns a new instance of GetReturnURLResponseType.



11841
11842
11843
11844
11845
11846
11847
11848
11849
11850
11851
11852
11853
11854
11855
11856
11857
11858
11859
# File 'lib/eBay.rb', line 11841

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, botBlock = 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
  @eIASToken = eIASToken
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @botBlock = botBlock
  @__xmlele_any = nil
  @applicationDisplayName = applicationDisplayName
  @authenticationEntryArray = authenticationEntryArray
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



11833
11834
11835
# File 'lib/eBay.rb', line 11833

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



11820
11821
11822
# File 'lib/eBay.rb', line 11820

def ack
  @ack
end

#applicationDisplayNameObject

Returns the value of attribute applicationDisplayName.



11834
11835
11836
# File 'lib/eBay.rb', line 11834

def applicationDisplayName
  @applicationDisplayName
end

#authenticationEntryArrayObject

Returns the value of attribute authenticationEntryArray.



11835
11836
11837
# File 'lib/eBay.rb', line 11835

def authenticationEntryArray
  @authenticationEntryArray
end

#botBlockObject

Returns the value of attribute botBlock.



11832
11833
11834
# File 'lib/eBay.rb', line 11832

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



11825
11826
11827
# File 'lib/eBay.rb', line 11825

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



11821
11822
11823
# File 'lib/eBay.rb', line 11821

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



11827
11828
11829
# File 'lib/eBay.rb', line 11827

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



11829
11830
11831
# File 'lib/eBay.rb', line 11829

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



11822
11823
11824
# File 'lib/eBay.rb', line 11822

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



11831
11832
11833
# File 'lib/eBay.rb', line 11831

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



11823
11824
11825
# File 'lib/eBay.rb', line 11823

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



11826
11827
11828
# File 'lib/eBay.rb', line 11826

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



11830
11831
11832
# File 'lib/eBay.rb', line 11830

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



11828
11829
11830
# File 'lib/eBay.rb', line 11828

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



11819
11820
11821
# File 'lib/eBay.rb', line 11819

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



11824
11825
11826
# File 'lib/eBay.rb', line 11824

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



11837
11838
11839
# File 'lib/eBay.rb', line 11837

def set_any(elements)
  @__xmlele_any = elements
end