Class: GetProductFamilyMembersResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetProductFamilyMembersResponseType

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
dataElementSets - DataElementSetType
productSearchResult - ProductSearchResultType

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, dataElementSets = [], productSearchResult = []) ⇒ GetProductFamilyMembersResponseType

Returns a new instance of GetProductFamilyMembersResponseType.



11286
11287
11288
11289
11290
11291
11292
11293
11294
11295
11296
11297
11298
11299
11300
11301
11302
11303
11304
# File 'lib/eBay.rb', line 11286

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



11278
11279
11280
# File 'lib/eBay.rb', line 11278

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



11265
11266
11267
# File 'lib/eBay.rb', line 11265

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



11277
11278
11279
# File 'lib/eBay.rb', line 11277

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



11270
11271
11272
# File 'lib/eBay.rb', line 11270

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



11266
11267
11268
# File 'lib/eBay.rb', line 11266

def correlationID
  @correlationID
end

#dataElementSetsObject

Returns the value of attribute dataElementSets.



11279
11280
11281
# File 'lib/eBay.rb', line 11279

def dataElementSets
  @dataElementSets
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



11272
11273
11274
# File 'lib/eBay.rb', line 11272

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



11274
11275
11276
# File 'lib/eBay.rb', line 11274

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



11267
11268
11269
# File 'lib/eBay.rb', line 11267

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



11276
11277
11278
# File 'lib/eBay.rb', line 11276

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



11268
11269
11270
# File 'lib/eBay.rb', line 11268

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



11271
11272
11273
# File 'lib/eBay.rb', line 11271

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



11275
11276
11277
# File 'lib/eBay.rb', line 11275

def notificationSignature
  @notificationSignature
end

#productSearchResultObject

Returns the value of attribute productSearchResult.



11280
11281
11282
# File 'lib/eBay.rb', line 11280

def productSearchResult
  @productSearchResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



11273
11274
11275
# File 'lib/eBay.rb', line 11273

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



11264
11265
11266
# File 'lib/eBay.rb', line 11264

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



11269
11270
11271
# File 'lib/eBay.rb', line 11269

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



11282
11283
11284
# File 'lib/eBay.rb', line 11282

def set_any(elements)
  @__xmlele_any = elements
end