Class: EBay::GetCategorySpecificsResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCategorySpecificsResponseType

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
recommendations - EBay::RecommendationsType
taskReferenceID - SOAP::SOAPString
fileReferenceID - 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, externalUserData = nil, recommendations = [], taskReferenceID = nil, fileReferenceID = nil) ⇒ GetCategorySpecificsResponseType

Returns a new instance of GetCategorySpecificsResponseType.



11714
11715
11716
11717
11718
11719
11720
11721
11722
11723
11724
11725
11726
11727
11728
11729
11730
11731
11732
11733
11734
# File 'lib/eBay.rb', line 11714

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, recommendations = [], taskReferenceID = nil, fileReferenceID = 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
  @externalUserData = externalUserData
  @__xmlele_any = nil
  @recommendations = recommendations
  @taskReferenceID = taskReferenceID
  @fileReferenceID = fileReferenceID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



11705
11706
11707
# File 'lib/eBay.rb', line 11705

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



11691
11692
11693
# File 'lib/eBay.rb', line 11691

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



11703
11704
11705
# File 'lib/eBay.rb', line 11703

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



11696
11697
11698
# File 'lib/eBay.rb', line 11696

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



11692
11693
11694
# File 'lib/eBay.rb', line 11692

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



11698
11699
11700
# File 'lib/eBay.rb', line 11698

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



11700
11701
11702
# File 'lib/eBay.rb', line 11700

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



11693
11694
11695
# File 'lib/eBay.rb', line 11693

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



11704
11705
11706
# File 'lib/eBay.rb', line 11704

def externalUserData
  @externalUserData
end

#fileReferenceIDObject

Returns the value of attribute fileReferenceID.



11708
11709
11710
# File 'lib/eBay.rb', line 11708

def fileReferenceID
  @fileReferenceID
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



11702
11703
11704
# File 'lib/eBay.rb', line 11702

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



11694
11695
11696
# File 'lib/eBay.rb', line 11694

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



11697
11698
11699
# File 'lib/eBay.rb', line 11697

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



11701
11702
11703
# File 'lib/eBay.rb', line 11701

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



11699
11700
11701
# File 'lib/eBay.rb', line 11699

def recipientUserID
  @recipientUserID
end

#recommendationsObject

Returns the value of attribute recommendations.



11706
11707
11708
# File 'lib/eBay.rb', line 11706

def recommendations
  @recommendations
end

#taskReferenceIDObject

Returns the value of attribute taskReferenceID.



11707
11708
11709
# File 'lib/eBay.rb', line 11707

def taskReferenceID
  @taskReferenceID
end

#timestampObject

Returns the value of attribute timestamp.



11690
11691
11692
# File 'lib/eBay.rb', line 11690

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



11695
11696
11697
# File 'lib/eBay.rb', line 11695

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



11710
11711
11712
# File 'lib/eBay.rb', line 11710

def set_any(elements)
  @__xmlele_any = elements
end