Class: GetProductFinderXSLResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetProductFinderXSLResponseType

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 = []) ⇒ GetProductFinderXSLResponseType

Returns a new instance of GetProductFinderXSLResponseType.



11406
11407
11408
11409
11410
11411
11412
11413
11414
11415
11416
11417
11418
11419
11420
11421
11422
11423
# File 'lib/eBay.rb', line 11406

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.



11399
11400
11401
# File 'lib/eBay.rb', line 11399

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



11386
11387
11388
# File 'lib/eBay.rb', line 11386

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



11398
11399
11400
# File 'lib/eBay.rb', line 11398

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



11391
11392
11393
# File 'lib/eBay.rb', line 11391

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



11387
11388
11389
# File 'lib/eBay.rb', line 11387

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



11393
11394
11395
# File 'lib/eBay.rb', line 11393

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



11395
11396
11397
# File 'lib/eBay.rb', line 11395

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



11388
11389
11390
# File 'lib/eBay.rb', line 11388

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



11397
11398
11399
# File 'lib/eBay.rb', line 11397

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



11389
11390
11391
# File 'lib/eBay.rb', line 11389

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



11392
11393
11394
# File 'lib/eBay.rb', line 11392

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



11396
11397
11398
# File 'lib/eBay.rb', line 11396

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



11394
11395
11396
# File 'lib/eBay.rb', line 11394

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



11385
11386
11387
# File 'lib/eBay.rb', line 11385

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



11390
11391
11392
# File 'lib/eBay.rb', line 11390

def version
  @version
end

#xSLFileObject

Returns the value of attribute xSLFile.



11400
11401
11402
# File 'lib/eBay.rb', line 11400

def xSLFile
  @xSLFile
end

Instance Method Details

#set_any(elements) ⇒ Object



11402
11403
11404
# File 'lib/eBay.rb', line 11402

def set_any(elements)
  @__xmlele_any = elements
end