Class: GetAttributesXSLResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetAttributesXSLResponseType

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
xSLFile - XSLFileType

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, xSLFile = []) ⇒ GetAttributesXSLResponseType

Returns a new instance of GetAttributesXSLResponseType.



8776
8777
8778
8779
8780
8781
8782
8783
8784
8785
8786
8787
8788
8789
8790
8791
8792
8793
# File 'lib/eBay.rb', line 8776

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, xSLFile = [])
  @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
  @xSLFile = xSLFile
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



8769
8770
8771
# File 'lib/eBay.rb', line 8769

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



8756
8757
8758
# File 'lib/eBay.rb', line 8756

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



8768
8769
8770
# File 'lib/eBay.rb', line 8768

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



8761
8762
8763
# File 'lib/eBay.rb', line 8761

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



8757
8758
8759
# File 'lib/eBay.rb', line 8757

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



8763
8764
8765
# File 'lib/eBay.rb', line 8763

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



8765
8766
8767
# File 'lib/eBay.rb', line 8765

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



8758
8759
8760
# File 'lib/eBay.rb', line 8758

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



8767
8768
8769
# File 'lib/eBay.rb', line 8767

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



8759
8760
8761
# File 'lib/eBay.rb', line 8759

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



8762
8763
8764
# File 'lib/eBay.rb', line 8762

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



8766
8767
8768
# File 'lib/eBay.rb', line 8766

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



8764
8765
8766
# File 'lib/eBay.rb', line 8764

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



8755
8756
8757
# File 'lib/eBay.rb', line 8755

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



8760
8761
8762
# File 'lib/eBay.rb', line 8760

def version
  @version
end

#xSLFileObject

Returns the value of attribute xSLFile.



8770
8771
8772
# File 'lib/eBay.rb', line 8770

def xSLFile
  @xSLFile
end

Instance Method Details

#set_any(elements) ⇒ Object



8772
8773
8774
# File 'lib/eBay.rb', line 8772

def set_any(elements)
  @__xmlele_any = elements
end