Class: SetStoreResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetStoreResponseType

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

Returns a new instance of SetStoreResponseType.



14970
14971
14972
14973
14974
14975
14976
14977
14978
14979
14980
14981
14982
14983
14984
14985
14986
# File 'lib/eBay.rb', line 14970

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.



14964
14965
14966
# File 'lib/eBay.rb', line 14964

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



14951
14952
14953
# File 'lib/eBay.rb', line 14951

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



14963
14964
14965
# File 'lib/eBay.rb', line 14963

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



14956
14957
14958
# File 'lib/eBay.rb', line 14956

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



14952
14953
14954
# File 'lib/eBay.rb', line 14952

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



14958
14959
14960
# File 'lib/eBay.rb', line 14958

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



14960
14961
14962
# File 'lib/eBay.rb', line 14960

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



14953
14954
14955
# File 'lib/eBay.rb', line 14953

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14962
14963
14964
# File 'lib/eBay.rb', line 14962

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



14954
14955
14956
# File 'lib/eBay.rb', line 14954

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



14957
14958
14959
# File 'lib/eBay.rb', line 14957

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14961
14962
14963
# File 'lib/eBay.rb', line 14961

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



14959
14960
14961
# File 'lib/eBay.rb', line 14959

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



14950
14951
14952
# File 'lib/eBay.rb', line 14950

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



14955
14956
14957
# File 'lib/eBay.rb', line 14955

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



14966
14967
14968
# File 'lib/eBay.rb', line 14966

def set_any(elements)
  @__xmlele_any = elements
end