Class: SetReturnURLResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetReturnURLResponseType

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

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) ⇒ SetReturnURLResponseType

Returns a new instance of SetReturnURLResponseType.



14860
14861
14862
14863
14864
14865
14866
14867
14868
14869
14870
14871
14872
14873
14874
14875
14876
# File 'lib/eBay.rb', line 14860

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)
  @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
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



14854
14855
14856
# File 'lib/eBay.rb', line 14854

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



14841
14842
14843
# File 'lib/eBay.rb', line 14841

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



14853
14854
14855
# File 'lib/eBay.rb', line 14853

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



14846
14847
14848
# File 'lib/eBay.rb', line 14846

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



14842
14843
14844
# File 'lib/eBay.rb', line 14842

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



14848
14849
14850
# File 'lib/eBay.rb', line 14848

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



14850
14851
14852
# File 'lib/eBay.rb', line 14850

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



14843
14844
14845
# File 'lib/eBay.rb', line 14843

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14852
14853
14854
# File 'lib/eBay.rb', line 14852

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



14844
14845
14846
# File 'lib/eBay.rb', line 14844

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



14847
14848
14849
# File 'lib/eBay.rb', line 14847

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14851
14852
14853
# File 'lib/eBay.rb', line 14851

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



14849
14850
14851
# File 'lib/eBay.rb', line 14849

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



14840
14841
14842
# File 'lib/eBay.rb', line 14840

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



14845
14846
14847
# File 'lib/eBay.rb', line 14845

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



14856
14857
14858
# File 'lib/eBay.rb', line 14856

def set_any(elements)
  @__xmlele_any = elements
end