Class: GetAttributesCSResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetAttributesCSResponseType

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
attributeSystemVersion - SOAP::SOAPString
attributeData - SOAP::SOAPString

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, attributeSystemVersion = nil, attributeData = nil) ⇒ GetAttributesCSResponseType

Returns a new instance of GetAttributesCSResponseType.



8717
8718
8719
8720
8721
8722
8723
8724
8725
8726
8727
8728
8729
8730
8731
8732
8733
8734
8735
# File 'lib/eBay.rb', line 8717

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, attributeSystemVersion = nil, attributeData = 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
  @attributeSystemVersion = attributeSystemVersion
  @attributeData = attributeData
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



8709
8710
8711
# File 'lib/eBay.rb', line 8709

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



8696
8697
8698
# File 'lib/eBay.rb', line 8696

def ack
  @ack
end

#attributeDataObject

Returns the value of attribute attributeData.



8711
8712
8713
# File 'lib/eBay.rb', line 8711

def attributeData
  @attributeData
end

#attributeSystemVersionObject

Returns the value of attribute attributeSystemVersion.



8710
8711
8712
# File 'lib/eBay.rb', line 8710

def attributeSystemVersion
  @attributeSystemVersion
end

#botBlockObject

Returns the value of attribute botBlock.



8708
8709
8710
# File 'lib/eBay.rb', line 8708

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



8701
8702
8703
# File 'lib/eBay.rb', line 8701

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



8697
8698
8699
# File 'lib/eBay.rb', line 8697

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



8703
8704
8705
# File 'lib/eBay.rb', line 8703

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



8705
8706
8707
# File 'lib/eBay.rb', line 8705

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



8698
8699
8700
# File 'lib/eBay.rb', line 8698

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



8707
8708
8709
# File 'lib/eBay.rb', line 8707

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



8699
8700
8701
# File 'lib/eBay.rb', line 8699

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



8702
8703
8704
# File 'lib/eBay.rb', line 8702

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



8706
8707
8708
# File 'lib/eBay.rb', line 8706

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



8704
8705
8706
# File 'lib/eBay.rb', line 8704

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



8695
8696
8697
# File 'lib/eBay.rb', line 8695

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



8700
8701
8702
# File 'lib/eBay.rb', line 8700

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



8713
8714
8715
# File 'lib/eBay.rb', line 8713

def set_any(elements)
  @__xmlele_any = elements
end