Class: EBay::GetProductFinderXSLResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetProductFinderXSLResponseType

timestamp - SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
xSLFile - EBay::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, externalUserData = nil, xSLFile = []) ⇒ GetProductFinderXSLResponseType

Returns a new instance of GetProductFinderXSLResponseType.



13677
13678
13679
13680
13681
13682
13683
13684
13685
13686
13687
13688
13689
13690
13691
13692
13693
13694
13695
# File 'lib/eBay.rb', line 13677

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, externalUserData = 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
  @externalUserData = externalUserData
  @__xmlele_any = nil
  @xSLFile = xSLFile
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13670
13671
13672
# File 'lib/eBay.rb', line 13670

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



13656
13657
13658
# File 'lib/eBay.rb', line 13656

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



13668
13669
13670
# File 'lib/eBay.rb', line 13668

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



13661
13662
13663
# File 'lib/eBay.rb', line 13661

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



13657
13658
13659
# File 'lib/eBay.rb', line 13657

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



13663
13664
13665
# File 'lib/eBay.rb', line 13663

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



13665
13666
13667
# File 'lib/eBay.rb', line 13665

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



13658
13659
13660
# File 'lib/eBay.rb', line 13658

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



13669
13670
13671
# File 'lib/eBay.rb', line 13669

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



13667
13668
13669
# File 'lib/eBay.rb', line 13667

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



13659
13660
13661
# File 'lib/eBay.rb', line 13659

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



13662
13663
13664
# File 'lib/eBay.rb', line 13662

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



13666
13667
13668
# File 'lib/eBay.rb', line 13666

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



13664
13665
13666
# File 'lib/eBay.rb', line 13664

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



13655
13656
13657
# File 'lib/eBay.rb', line 13655

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



13660
13661
13662
# File 'lib/eBay.rb', line 13660

def version
  @version
end

#xSLFileObject

Returns the value of attribute xSLFile.



13671
13672
13673
# File 'lib/eBay.rb', line 13671

def xSLFile
  @xSLFile
end

Instance Method Details

#set_any(elements) ⇒ Object



13673
13674
13675
# File 'lib/eBay.rb', line 13673

def set_any(elements)
  @__xmlele_any = elements
end